mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-05 18:55:26 +02:00
Use WebP for thumbnails, this reduces the thumbnail size drastically (~ 50%)
This commit is contained in:
parent
52bdde40a1
commit
4cb1313a77
1 changed files with 6 additions and 3 deletions
|
@ -3,9 +3,12 @@ liip_imagine:
|
|||
# valid drivers options include "gd" or "gmagick" or "imagick"
|
||||
driver: "gd"
|
||||
|
||||
default_filter_set_settings:
|
||||
format: webp
|
||||
|
||||
filter_sets:
|
||||
thumbnail_sm:
|
||||
quality: 90
|
||||
quality: 65
|
||||
filters:
|
||||
thumbnail:
|
||||
size: [150, 150]
|
||||
|
@ -13,14 +16,14 @@ liip_imagine:
|
|||
|
||||
|
||||
thumbnail_md:
|
||||
quality: 90
|
||||
quality: 80
|
||||
filters:
|
||||
thumbnail:
|
||||
size: [250, 250]
|
||||
mode: inset
|
||||
|
||||
thumbnail_xs:
|
||||
quality: 90
|
||||
quality: 60
|
||||
filters:
|
||||
thumbnail:
|
||||
size: [50, 50]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue