projects
/
WP-Themes
/
meetingsmichigan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47bfd80
)
changing video format to mp4 for ios devices
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 3 Nov 2017 17:48:00 +0000
(13:48 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 3 Nov 2017 17:48:00 +0000
(13:48 -0400)
ios doesnt support autoplay, changing video format to mp4
parts/video.php
patch
|
blob
|
history
diff --git
a/parts/video.php
b/parts/video.php
index
beee9b0
..
397f71b
100644
(file)
--- a/
parts/video.php
+++ b/
parts/video.php
@@
-1,8
+1,6
@@
<?php if (is_front_page()) : ?>
<div id="front-page-video-container">
<video id="front-page-video" autoplay="" loop="" muted="">
- <source src="<?php bloginfo('template_url'); ?>/assets/videos/header.webm">
- <source src="<?php bloginfo('template_url'); ?>/assets/videos/header.m4v">
<source src="<?php bloginfo('template_url'); ?>/assets/videos/header.mp4">
</video>