Added warning for webp thumbnails

This commit is contained in:
Matthew Barbour 2019-06-14 13:33:47 -05:00 committed by matthew
parent 8950d27d64
commit 444de26ce3

View File

@ -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");