There was an error while loading. Please reload this page.
1 parent 174828f commit b0eb6ffCopy full SHA for b0eb6ff
mfr/extensions/video/templates/viewer.mako
@@ -1,3 +1,10 @@
1
+<style>
2
+ body {
3
+ margin: 0;
4
+ padding: 0;
5
+ }
6
+</style>
7
+
8
<video controls height="100%">
9
<source src="${url}">
10
Your browser does not support the video tag.
@@ -7,4 +14,4 @@
14
<script src="/static/js/mfr.child.js"></script>
15
<script>
16
window.pymChild.sendMessage('embed', 'embed-responsive-16by9');
-</script>
17
+</script>
0 commit comments