miromannino / Justified-Gallery

Javascript library to help creating high quality justified galleries of images. Used by thousands of websites as well as the photography community 500px.
http://miromannino.github.io/Justified-Gallery/
MIT License
1.68k stars 299 forks source link

Rotate #278

Closed RonaldRimele closed 6 years ago

RonaldRimele commented 6 years ago

Hi,

In the gallery 2 of the images is rotated. I didn't do it so I thinks it's a script.

Can you help me with that?

I don't want it to be rotated, thank you.

jefftucker1952 commented 6 years ago

The script is not manipulating the images in any way. It's just using a simple HTML <img> tag to display the thumbnail image, and adjusting the size of the image to fit in the justified row. Your images probably have incorrect orientation flags, which you will have to deal with in an image-editing application.

RonaldRimele commented 6 years ago

Thank you very much, I compressed the image and now it's working well :)