Skip to content
Snippets Groups Projects
Commit e001643c authored by Camron Blackburn's avatar Camron Blackburn
Browse files

more bugs

parent 86a343fe
Branches
No related tags found
No related merge requests found
Pipeline #6098 passed
...@@ -163,7 +163,7 @@ width="500" height="600"></xmp> ...@@ -163,7 +163,7 @@ width="500" height="600"></xmp>
</div> </div>
<div> <div>
<video width="320" height="240" controls> <video width="320" height="240" controls autoplay>
<source src="../media/sample.mp4" type="video/mp4"> <source src="../media/sample.mp4" type="video/mp4">
Your browser does not support the video tag. Your browser does not support the video tag.
</video> </video>
......
...@@ -151,7 +151,7 @@ width="500" height="600"></xmp> ...@@ -151,7 +151,7 @@ width="500" height="600"></xmp>
</div> </div>
<div> <div>
<video width="320" height="240" controls> <video width="320" height="240" controls autoplay>
<source src="../media/sample.mp4" type="video/mp4"> <source src="../media/sample.mp4" type="video/mp4">
Your browser does not support the video tag. Your browser does not support the video tag.
</video> </video>
......
...@@ -86,8 +86,8 @@ ...@@ -86,8 +86,8 @@
Your browser does not support the video tag.<br> Your browser does not support the video tag.<br>
&lt/video&gt</code> &lt/video&gt</code>
<br><br> <br><br>
<video width="320" height="240" controls> <video width="320" height="240" controls autoplay>
<source src="media/sample.mp4" type="video/mp4"> <source src="../media/sample.mp4" type="video/mp4">
Your browser does not support the video tag. Your browser does not support the video tag.
</video> </video>
<br><br> <br><br>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment