mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 09:52:29 +02:00
Support webp format (#1785)
* consider webP as an input and output format, meaning a derivative from webp is still a webp
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
|
||||
// picture_ext : file extensions for picture file, must be a subset of
|
||||
// file_ext
|
||||
$conf['picture_ext'] = array('jpg','jpeg','png','gif');
|
||||
$conf['picture_ext'] = array('jpg','jpeg','png','gif','webp');
|
||||
|
||||
// file_ext : file extensions (case sensitive) authorized
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user