changing the front page video src
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 13 Mar 2018 15:29:28 +0000 (11:29 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 13 Mar 2018 15:29:28 +0000 (11:29 -0400)
swapping the front page video

assets/gaylord.m4v [new file with mode: 0644]
assets/winter_video.mp4 [deleted file]
front-page.php
header.php
style.css

diff --git a/assets/gaylord.m4v b/assets/gaylord.m4v
new file mode 100644 (file)
index 0000000..fa37ea7
Binary files /dev/null and b/assets/gaylord.m4v differ
diff --git a/assets/winter_video.mp4 b/assets/winter_video.mp4
deleted file mode 100644 (file)
index 0bcadcd..0000000
Binary files a/assets/winter_video.mp4 and /dev/null differ
index 258374c..7e3d7be 100644 (file)
@@ -22,7 +22,7 @@
         <?php get_template_part('parts/blog-feed-front');?>
         <div id="video">
         <video id="front-page-video" playsinline loop controls muted>
-            <source src="<?php bloginfo('template_url'); ?>/assets/winter_video.mp4" type="video/mp4">
+            <source src="<?php bloginfo('template_url'); ?>/assets/gaylord.m4v" type="video/mp4">
         </video>
             <!-- <iframe width="560" height="315" src="https://www.youtube.com/embed/etv3-mo9Q-Y?rel=0" frameborder="0" allowfullscreen></iframe> -->
         </div>
index 67ef90d..ed5e19e 100644 (file)
@@ -6,7 +6,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/favicon.ico">
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.13">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.14">
     <link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
 <!--    <link href='http://fonts.googleapis.com/css?family=Crimson+Text:600italic' rel='stylesheet' type='text/css'>-->
     <?php wp_head(); ?>
index 94cf6b4..d2f5085 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: GaylordCVB
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for GaylordCVB
-Version: 1.0.13
+Version: 1.0.14
 */