Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tenzing-Web-2023
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
737e3bfa
authored
2023-05-04 20:39:50 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
video
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
46b512e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
wp-content/themes/understrap-child/page-templates/fullwidthpage.php
wp-content/themes/understrap-child/page-templates/fullwidthpage.php
View file @
737e3bf
...
...
@@ -27,8 +27,8 @@ if ( is_page_template( 'page-templates/no-title.php' ) ) {
<div
id=
"vc1"
>
<div
class=
"video-cont"
>
<video
class=
"myVideo"
autoplay=
"autoplay"
loop
muted
playsInline
>
<source
src=
"
<?php
echo
get_field
(
'video_one'
);
?>
.mp4
"
type=
"video/mp4"
>
<
source
src=
"
<?php
echo
get_field
(
'video_one'
);
?>
.webm"
type=
"video/webm"
>
<source
src=
"
<?php
echo
get_field
(
'video_one'
);
?>
"
type=
"video/mp4"
>
<
!-- <source src="
<?php
//echo get_field('video_one');?>.webm" type="video/webm"> --
>
</
video
>
<
div
class
="
container
">
<div class="
row
move_1
">
...
...
@@ -52,8 +52,8 @@ if ( is_page_template( 'page-templates/no-title.php' ) ) {
<div id="
vc2
">
<div class="
video
-
cont
video2
">
<video id="
v2
" class="
myVideo
" autoplay="
autoplay
" loop muted playsInline>
<source
src=
"
<?php
echo
get_field
(
'video_two'
);
?>
.mp4
"
type=
"video/mp4"
>
<
source
src=
"
<?php
echo
get_field
(
'video_two'
);
?>
.webm"
type=
"video/webm"
>
<source src="
<?
php
echo
get_field
(
'video_two'
);
?>
" type="video/mp4">
<
!-- <source src="
<?php
// echo get_field('video_two');?>.webm" type="video/webm"> --
>
</
video
>
<
div
class
="
container
">
<div class="
row
move_3
">
...
...
@@ -99,8 +99,8 @@ if( $images ): ?>
<div id="
vc3
">
<div class="
video
-
cont
">
<video id="
v3
" class="
myVideo
" autoplay="
autoplay
" loop muted playsInline>
<source
src=
"
<?php
echo
get_field
(
'video_three'
);
?>
.mp4
"
type=
"video/mp4"
>
<
source
src=
"
<?php
echo
get_field
(
'video_three'
);
?>
.webm"
type=
"video/webm"
>
<source src="
<?
php
echo
get_field
(
'video_three'
);
?>
" type="video/mp4">
<
!-- <source src="
<?php
//echo get_field('video_three');?>.webm" type="video/webm"> --
>
</
video
>
<
div
class
="
container
">
<div class="
row
move_5
">
...
...
Please
register
or
sign in
to post a comment