Skip to content

Commit 03170e6

Browse files
committed
Merge branch 'feature/dont-preload-video' into develop
[ENG-1871] Closes: CenterForOpenScience#361
2 parents d1fac6d + c1557df commit 03170e6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

mfr/extensions/video/templates/viewer.mako

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77
</style>
88

9-
<video controls height="100%">
9+
<video controls poster="/static/images/vid-thumbnail.png" preload="none" height="100%">
1010
<source src="${url}">
1111
Your browser does not support the video tag.
1212
</video>
74.9 KB
Loading

0 commit comments

Comments
 (0)