Skip to content

Commit

Permalink
Enable the selection of WebP & AVIF in the format selection of image …
Browse files Browse the repository at this point in the history
…thumbnails (#442)

* Update item.js

* Update item.js

* Update item.js
  • Loading branch information
leitge authored May 3, 2024
1 parent cc03a3a commit d93e54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/pimcore/settings/thumbnail/item.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ pimcore.settings.thumbnail.item = Class.create({
value: this.data.format,
triggerAction: 'all',
editable: false,
store: [["SOURCE", "Auto (Web-optimized - recommended)"], ["ORIGINAL", "ORIGINAL"], ["PNG", "PNG"], ["GIF", "GIF"], ["JPEG", "JPEG"], ["PJPEG", "JPEG (progressive)"], ["TIFF", "TIFF"],
store: [["SOURCE", "Auto (Web-optimized - recommended)"], ["ORIGINAL", "ORIGINAL"], ["PNG", "PNG"], ["GIF", "GIF"], ["JPEG", "JPEG"], ["PJPEG", "JPEG (progressive)"], ["WEBP", "WebP"], ["AVIF", "AVIF"], ["TIFF", "TIFF"],
["PRINT", "Print (PNG,JPG,SVG,TIFF)"]],
width: 450
}, {
Expand Down

0 comments on commit d93e54a

Please sign in to comment.