Added support for webp images 🌆 (#919)

* 1

* Temp: added webp in bbcode

* Update functions_thumbs.php

* Update functions_thumbs.php

* Updated

* Update functions_thumbs.php

* Update changes.txt

* Update functions_filetypes.php

* Update functions_filetypes.php

* Update posting_tpl.tpl
This commit is contained in:
Roman Kelesidis 2023-10-02 01:04:29 +07:00 committed by GitHub
commit 5272d7e00b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 57 additions and 48 deletions

View file

@ -708,6 +708,7 @@ VALUES ('1', 'gif', ''),
('1', 'jpg', ''),
('1', 'tif', ''),
('1', 'tga', ''),
('1', 'webp', ''),
('2', 'gtar', ''),
('2', 'gz', ''),
('2', 'tar', ''),