Activity Goose 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 JackFly · 6 years, 8 months ago *ralph gets question* *reads question* *like* *leaves room* 2019-10-01 17:52:23 UTC 3 Ralph (Developer) · 6 years, 8 months ago 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 Jadey M. · 6 years, 8 months ago 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 Ralph (Developer) · 6 years, 8 months ago Replying to: Jadey M.you have a big ass brain highly debatable 2019-10-01 21:22:31 UTC 1 Goose · 6 years, 8 months ago 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
*ralph gets question*
*reads question*
*like*
*leaves room*
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);” />
you have a big ass brain
highly debatable
Ah thanks, my image is right side up now.