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.
2 parents 4b4ab5f + 71fdd45 commit 48fa2b3Copy full SHA for 48fa2b3
src/Adapters/File.php
@@ -13,6 +13,7 @@ class File extends Adapter
13
{
14
private static $contentTypes = [
15
'video/ogg' => ['video', 'videoHtml'],
16
+ 'video/quicktime' => ['video', 'videoHtml'],
17
'application/ogg' => ['video', 'videoHtml'],
18
'video/ogv' => ['video', 'videoHtml'],
19
'video/webm' => ['video', 'videoHtml'],
0 commit comments