Browse Source

M66 Stable autoplay muted

windhamdavid 6 years ago
parent
commit
9097985276
1 changed files with 1 additions and 1 deletions
  1. 1 1
      page-about.php

+ 1 - 1
page-about.php

@@ -4,7 +4,7 @@ Template Name: Home
 */
 
 get_header('home'); ?>
-	<video id="tv" autostart="false" preload="none" loop="loop" poster="<?php echo get_template_directory_uri();?>/img/tv.jpg">
+	<video id="tv" autostart="false" preload="none" loop="loop" muted poster="<?php echo get_template_directory_uri();?>/img/tv.jpg">
 	     <source src="<?php echo get_template_directory_uri();?>/img/tv.mp4" type="video/mp4">
 	     <source src="<?php echo get_template_directory_uri();?>/img/tv.webm" type="video/webm">
 	</video>