...
Examples with filters:
With liip filter
for the campaign variation, it It is now possible to define the jpeg_quality setting:. This configuration adds a limit to the image quality using a liip filter.
| Code Block | ||
|---|---|---|
| ||
exponential:
system:
my_siteaccess:
image_variations:
reduced_jpeg:
reference: null
filters:
liip_imagine:
driver: imagick
filter_sets:
mediumimage:
jpeg_quality: 50 |
...