<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><?php wp_title(); ?></title>
<meta name="p:domain_verify" content="ed813ce745ca277b7926cc90bc61d568" />
- <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.66">
+ <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.68">
<link rel="shortcut icon" href="<?php echo bloginfo('template_url'); ?>/favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800' rel='stylesheet' type='text/css'>
<?php wp_head(); ?>
<div id="front-page-video-container-desktop" class="front-page-video-container show-for-large-up">
<img src="<?php bloginfo('template_url');?>/assets/videos/header-video-preload-image-v2.png">
<video style="position: absolute;top:219px;left:0;" id="front-page-video-container-desktop-video" class="front-page-video" playsinline loop muted preload="none" width="100%" poster="<?php bloginfo('template_url'); ?>/assets/videos/header-video-preload-image-v2.png">
- <source src="<?php bloginfo('template_url'); ?>/assets/videos/Header_Video.mp4" type="video/mp4">
+ <source src="<?php bloginfo('template_url'); ?>/assets/videos/Header_Video.m4v" type="video/mp4">
</video>
</div>
</div>
jQuery("#front-page-video-container-desktop-video")[0].play();
}
});
-
-
+
</script>
<?php if (is_front_page()) : ?>
<div id="slideshow">
- <?php if ( is_active_sidebar( 'slideshow' ) ) : ?>
- <?php dynamic_sidebar( 'slideshow' ); ?>
- <?php endif; ?>
+ <?php get_template_part('parts/header-video'); ?>
+ <!-- <?php //if ( is_active_sidebar( 'slideshow' ) ) : ?>
+ <?php //dynamic_sidebar( 'slideshow' ); ?>
+ <?php //endif; ?> -->
</div>
<?php endif; ?>
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
Description: A theme for PetoskeyArea
-Version: 1.0.66
+Version: 1.0.68
*/