haltakov / simple-photo-gallery

Beautiful and simple photo galleries that help you tell your story. Free and open-source.
https://haltakov.net/simple-photo-gallery
MIT License
194 stars 51 forks source link

Don't try to rotate GIFs according to metadata #71

Closed haltakov closed 4 years ago

haltakov commented 4 years ago

JPEG files are rotated according to the orientation in their metadata, but GIFs don't have this information. This PR disables the rotation of GIFs which caused an exception.

Resolves #67