Skip to content

Commit

Permalink
Merge branch '5.3'
Browse files Browse the repository at this point in the history
* 5.3:
  Fix: admin imagine filters don't apply rotation specified in image exif data
  • Loading branch information
acrobat committed Nov 19, 2019
2 parents ca7dda3 + 4a9921c commit 7108dc6
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -9,14 +9,17 @@ liip_imagine:
media_list_thumbnail:
quality: 75
filters:
auto_rotate: ~
thumbnail: { size: [210, 150], mode: outbound }
relative_resize: { widen: 210 }
media_list_thumbnail_retina:
quality: 85
filters:
auto_rotate: ~
thumbnail: { size: [420, 300], mode: outbound }
relative_resize: { widen: 420 }
media_detail_thumbnail:
quality: 75
filters:
auto_rotate: ~
thumbnail: { size: [700, 500], mode: inset }

0 comments on commit 7108dc6

Please sign in to comment.