Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    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. }