Skip to content

Commit d93e54a

Browse files
authored
Enable the selection of WebP & AVIF in the format selection of image thumbnails (#442)
* Update item.js * Update item.js * Update item.js
1 parent cc03a3a commit d93e54a

File tree

1 file changed

+1
-1
lines changed
  • public/js/pimcore/settings/thumbnail

1 file changed

+1
-1
lines changed

public/js/pimcore/settings/thumbnail/item.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ pimcore.settings.thumbnail.item = Class.create({
125125
value: this.data.format,
126126
triggerAction: 'all',
127127
editable: false,
128-
store: [["SOURCE", "Auto (Web-optimized - recommended)"], ["ORIGINAL", "ORIGINAL"], ["PNG", "PNG"], ["GIF", "GIF"], ["JPEG", "JPEG"], ["PJPEG", "JPEG (progressive)"], ["TIFF", "TIFF"],
128+
store: [["SOURCE", "Auto (Web-optimized - recommended)"], ["ORIGINAL", "ORIGINAL"], ["PNG", "PNG"], ["GIF", "GIF"], ["JPEG", "JPEG"], ["PJPEG", "JPEG (progressive)"], ["WEBP", "WebP"], ["AVIF", "AVIF"], ["TIFF", "TIFF"],
129129
["PRINT", "Print (PNG,JPG,SVG,TIFF)"]],
130130
width: 450
131131
}, {

0 commit comments

Comments
 (0)