Added warning for webp thumbnails
This commit is contained in:
parent
8950d27d64
commit
444de26ce3
@ -141,7 +141,7 @@ class ImageIO extends Extension
|
||||
|
||||
$thumb_types = [];
|
||||
$thumb_types['JPEG'] = "jpg";
|
||||
$thumb_types['WEBP'] = "webp";
|
||||
$thumb_types['WEBP (Not IE/Safari compatible)'] = "webp";
|
||||
|
||||
|
||||
$sb = new SetupBlock("Thumbnailing");
|
||||
|
Loading…
x
Reference in New Issue
Block a user