From e001643c10a139246d0acfe2c8ac0e35e657e79a Mon Sep 17 00:00:00 2001 From: camblackburn <camron.blackburn@cba.mit.edu> Date: Thu, 10 Sep 2020 15:30:07 -0400 Subject: [PATCH] more bugs --- fancier/index.html | 2 +- fancy/index.html | 2 +- simple/index.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fancier/index.html b/fancier/index.html index af0cce4..e801861 100644 --- a/fancier/index.html +++ b/fancier/index.html @@ -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> diff --git a/fancy/index.html b/fancy/index.html index a1ad658..892f18d 100644 --- a/fancy/index.html +++ b/fancy/index.html @@ -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> diff --git a/simple/index.html b/simple/index.html index 36cc7d8..337268f 100644 --- a/simple/index.html +++ b/simple/index.html @@ -86,8 +86,8 @@ Your browser does not support the video tag.<br> </video></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> -- GitLab