We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c2234 commit 0a7f8a8Copy full SHA for 0a7f8a8
1 file changed
src/Viewer/HtmlJsViewer.php
@@ -13,7 +13,24 @@ final class HtmlJsViewer extends AbstractViewer
13
* {@inheritdoc}
14
*/
15
public const SUPPORTED_MIME_TYPES = [
16
+ 'audio/aac',
17
+ 'audio/mpeg',
18
+ 'audio/opus',
19
+ 'audio/wav',
20
+ 'audio/webm',
21
+ 'image/avif',
22
+ 'image/bmp',
23
+ 'image/gif',
24
+ 'image/jpeg',
25
+ 'image/png',
26
+ 'image/svg+xml',
27
+ 'image/vnd.microsoft.icon',
28
+ 'image/webp',
29
'text/html',
30
+ 'video/mp4',
31
+ 'video/mpeg',
32
+ 'video/ogg',
33
+ 'video/webm',
34
];
35
36
/**
0 commit comments