mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
add x-msvideo as previewable video
This commit is contained in:
parent
11ae4f1d79
commit
6dc4611f04
|
@ -358,6 +358,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
|
|||
break;
|
||||
case 'video/webm':
|
||||
case 'video/mp4':
|
||||
case 'video/x-msvideo':
|
||||
$this->contentHeading(getMLText("preview"));
|
||||
?>
|
||||
<video controls style="width: 100%;">
|
||||
|
|
Loading…
Reference in New Issue
Block a user