projects
/
WP-Themes
/
visitescanaba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c8a8cf
)
removing video controls
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 15 Feb 2018 16:39:51 +0000
(11:39 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 15 Feb 2018 16:39:51 +0000
(11:39 -0500)
removing the controls from the header video
parts/slideshow.php
patch
|
blob
|
history
diff --git
a/parts/slideshow.php
b/parts/slideshow.php
index
2e41686
..
7477b4e
100644
(file)
--- a/
parts/slideshow.php
+++ b/
parts/slideshow.php
@@
-10,7
+10,7
@@
<?php //endif; ?> -->
<?php if (is_front_page()) : ?>
<div id="front-page-video-container">
- <video id="front-page-video" playsinline autoplay loop
controls
muted>
+ <video id="front-page-video" playsinline autoplay loop muted>
<source src="<?php bloginfo('template_url'); ?>/assets/header-video.m4v" type="video/mp4">
</video>