mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-14 04:30:29 +01:00
[ticket/16712] Implement thumbnails for WEBP images in attachments
PHPBB3-16712
This commit is contained in:
parent
84453ed957
commit
374a3a2005
@ -552,7 +552,7 @@ function get_supported_image_types($type = false)
|
||||
else
|
||||
{
|
||||
$new_type = array();
|
||||
$go_through_types = array(IMG_GIF, IMG_JPG, IMG_PNG, IMG_WBMP);
|
||||
$go_through_types = array(IMG_GIF, IMG_JPG, IMG_PNG, IMG_WBMP, IMG_WEBP);
|
||||
|
||||
foreach ($go_through_types as $check_type)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user