projects
/
WP-Themes
/
discoverkalamazoo2018.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9ac35e
)
adding plays inline to mobile video
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 26 Feb 2018 20:05:06 +0000
(15:05 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 26 Feb 2018 20:05:06 +0000
(15:05 -0500)
starting mobile video on page load
parts/slideshow.php
patch
|
blob
|
history
diff --git
a/parts/slideshow.php
b/parts/slideshow.php
index
233bd79
..
dbb85ed
100644
(file)
--- a/
parts/slideshow.php
+++ b/
parts/slideshow.php
@@
-1,7
+1,7
@@
<?php if (is_front_page()) : ?>
<div id="front-page-video-container">
- <video class="show-for-medium-down" id="front-page-video" src="<?php echo get_template_directory_uri();?>/assets/header-video.mp4" autoplay="" loop="" muted="">
+ <video class="show-for-medium-down" id="front-page-video" src="<?php echo get_template_directory_uri();?>/assets/header-video.mp4" autoplay="" loop="" muted=""
playsinline
>
</video>
<?php global $post;?>