• Profile picture of Goose

    Gooseoccifercrusaderuc-votersubscriberlegendary-noderuc-winner-lvl3 2019-10-01 17:49:40 UTC

    @ralph im doing html for school and my image is upside down how do you fix it?

    1
    • *ralph gets question*
      *reads question*
      *like*
      *leaves room*

      2019-10-01 17:52:23 UTC 3
    • html doesn’t make images upside down

      css can

      I’d guess the culprit is you’re embedding an image taken from a device that has metadata telling the browser how to display it, but this doesn’t play nice with all browsers

      or im wrong

      do this for lols

      <img src=”image.jpg” style=”-webkit-transform: scaleY(-1);transform: scaleY(-1);” />

      2019-10-01 17:53:17 UTC 2
      • Replying to: Ralph (Developer)html doesn't make images upside down css can I'd guess t

        you have a big ass brain

        2019-10-01 17:54:12 UTC 2
      • Replying to: Ralph (Developer)html doesn't make images upside down css can I'd guess t

        Ah thanks, my image is right side up now.

        2019-10-01 17:57:46 UTC 1