video
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -30,7 +30,6 @@ if ( is_page_template( 'page-templates/no-title.php' ) ) { | ... | @@ -30,7 +30,6 @@ if ( is_page_template( 'page-templates/no-title.php' ) ) { |
| 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> |
| 33 | |||
| 34 | <div class="container"> | 33 | <div class="container"> |
| 35 | <div class="row move_1"> | 34 | <div class="row move_1"> |
| 36 | <div class="col-md-12 content-area"> | 35 | <div class="col-md-12 content-area"> | ... | ... |
-
Please register or sign in to post a comment