Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Unity blogs.. stretched images

Discussion in 'Meta-forum Discussion' started by Player7, Apr 3, 2017.

  1. Player7

    Player7

    Joined:
    Oct 21, 2015
    Posts:
    1,533
    Always stretched and ugly for me when viewing on Firefox as its resizes the image widths but height is left at the original size.. doesn't seemed to be required with chrome

    Code (CSharp):
    1. @-moz-document domain("blogs.unity3d.com") {
    2. img, img a, img a:hover{
    3.     height:auto!important;
    4.   }
    5. }