forked from openlp/openlp
corrected video tag
This commit is contained in:
parent
02f86d0603
commit
a180c4c321
@ -53,11 +53,8 @@ HTMLVIDEO = u"""<html>
|
|||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body id="body" onload="bodyLoaded();">
|
<body id="body" onload="bodyLoaded();">
|
||||||
<video id="video" src="%s"
|
<video id="video" src="%s" autoplay="autoplay" loop="loop"
|
||||||
autoplay loop width="%s" height="%s"
|
width="%s" height="%s" autobuffer="autobuffer" preload="preload" />
|
||||||
autobuffer="autobuffer" preload >
|
|
||||||
your browser does not support the video tag
|
|
||||||
</video>
|
|
||||||
</body></html>
|
</body></html>
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user