Skip to content

Commit

Permalink
Update image filters size in liip imagine
Browse files Browse the repository at this point in the history
  • Loading branch information
maximehuran committed Sep 9, 2024
1 parent 7c60a65 commit e312bb7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Resources/config/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ liip_imagine:
filter_sets:
monsieurbiz_sylius_ui_elements_logos:
filters:
thumbnail: { size: [600, 600], mode: inset }
relative_resize: { widen: 300 }
thumbnail: { size: [800, 800], mode: inset }
relative_resize: { widen: 400 }
monsieurbiz_sylius_ui_elements_text_with_image:
filters:
thumbnail: { size: [800, 800], mode: inset }
thumbnail: { size: [1200, 1200], mode: inset }
relative_resize: { widen: 600 }
monsieurbiz_sylius_ui_elements_badges:
filters:
thumbnail: { size: [600, 600], mode: inset }
relative_resize: { widen: 300 }
thumbnail: { size: [800, 800], mode: inset }
relative_resize: { widen: 400 }

0 comments on commit e312bb7

Please sign in to comment.