We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b4648 commit 84bd724Copy full SHA for 84bd724
1 file changed
src/Support/ImageFormat.php
@@ -9,7 +9,7 @@
9
class ImageFormat
10
{
11
private const SUPPORTED = [
12
- 'png', 'jpg', 'webp', 'avif', 'gif', 'ico',
+ 'png', 'jpg', 'jpeg', 'webp', 'avif', 'gif', 'ico',
13
'svg', 'heic', 'bmp', 'tiff', 'pdf', 'mp4',
14
];
15
0 commit comments