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

more bugs

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