Skip to content

Commit b0eb6ff

Browse files
committed
Fix scrollbars on video
1 parent 174828f commit b0eb6ff

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

mfr/extensions/video/templates/viewer.mako

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<style>
2+
body {
3+
margin: 0;
4+
padding: 0;
5+
}
6+
</style>
7+
18
<video controls height="100%">
29
<source src="${url}">
310
Your browser does not support the video tag.
@@ -7,4 +14,4 @@
714
<script src="/static/js/mfr.child.js"></script>
815
<script>
916
window.pymChild.sendMessage('embed', 'embed-responsive-16by9');
10-
</script>
17+
</script>

0 commit comments

Comments
 (0)