From 21139d232eb1a6ff63168be4d06ba0c480fdb75b Mon Sep 17 00:00:00 2001 From: Filippos Tourlomousis <filippos.tourlo@cba.mit.edu> Date: Thu, 5 Apr 2018 12:51:07 -0400 Subject: [PATCH] Added fusion animation --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 5aabe69..d21adda 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@ <p> <center><p title="Stage Motion">Motion</p></center> -<video controls loop autoplay> +<video width="600" height="500"controls loop autoplay> <source src= "videos/motion.mp4" type="video/mp4"> </video> </p> -- GitLab