sss
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -26,7 +26,7 @@ if ( is_page_template( 'page-templates/no-title.php' ) ) { | ... | @@ -26,7 +26,7 @@ if ( is_page_template( 'page-templates/no-title.php' ) ) { |
| 26 | <div id="js-scroll" > | 26 | <div id="js-scroll" > |
| 27 | <div id="vc1"> | 27 | <div id="vc1"> |
| 28 | <div class="video-cont"> | 28 | <div class="video-cont"> |
| 29 | <video class="myVideo" autoplay loop muted playsinline> | 29 | <video class="myVideo" autoplay="autoplay" loop muted playsInline> |
| 30 | <source src="<?php echo get_field('video_one');?>.mp4" type="video/mp4"> | 30 | <source src="<?php echo get_field('video_one');?>.mp4" type="video/mp4"> |
| 31 | <source src="<?php echo get_field('video_one');?>.webm" type="video/webm"> | 31 | <source src="<?php echo get_field('video_one');?>.webm" type="video/webm"> |
| 32 | </video> | 32 | </video> |
| ... | @@ -52,7 +52,7 @@ if ( is_page_template( 'page-templates/no-title.php' ) ) { | ... | @@ -52,7 +52,7 @@ if ( is_page_template( 'page-templates/no-title.php' ) ) { |
| 52 | </div> | 52 | </div> |
| 53 | <div id="vc2"> | 53 | <div id="vc2"> |
| 54 | <div class="video-cont video2"> | 54 | <div class="video-cont video2"> |
| 55 | <video id="v2" class="myVideo " autoplay loop muted playsinline> | 55 | <video id="v2" class="myVideo" autoplay="autoplay" loop muted playsInline> |
| 56 | <source src="<?php echo get_field('video_two');?>.mp4" type="video/mp4"> | 56 | <source src="<?php echo get_field('video_two');?>.mp4" type="video/mp4"> |
| 57 | <source src="<?php echo get_field('video_two');?>.webm" type="video/webm"> | 57 | <source src="<?php echo get_field('video_two');?>.webm" type="video/webm"> |
| 58 | </video> | 58 | </video> |
| ... | @@ -99,7 +99,7 @@ if( $images ): ?> | ... | @@ -99,7 +99,7 @@ if( $images ): ?> |
| 99 | <?php endif; ?> | 99 | <?php endif; ?> |
| 100 | <div id="vc3"> | 100 | <div id="vc3"> |
| 101 | <div class="video-cont"> | 101 | <div class="video-cont"> |
| 102 | <video id="v3" class="myVideo" autoplay loop muted playsinline> | 102 | <video id="v3" class="myVideo" autoplay="autoplay" loop muted playsInline> |
| 103 | <source src="<?php echo get_field('video_three');?>.mp4" type="video/mp4"> | 103 | <source src="<?php echo get_field('video_three');?>.mp4" type="video/mp4"> |
| 104 | <source src="<?php echo get_field('video_three');?>.webm" type="video/webm"> | 104 | <source src="<?php echo get_field('video_three');?>.webm" type="video/webm"> |
| 105 | </video> | 105 | </video> | ... | ... |
-
Please register or sign in to post a comment