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
64f15097
authored
2023-05-04 19:19:42 -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
805b7378
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
wp-content/themes/understrap-child/page-templates/fullwidthpage.php
wp-content/themes/understrap-child/page-templates/fullwidthpage.php
View file @
64f1509
...
...
@@ -26,7 +26,7 @@ if ( is_page_template( 'page-templates/no-title.php' ) ) {
<div
id=
"js-scroll"
>
<div
id=
"vc1"
>
<div
class=
"video-cont"
>
<video
autoplay
muted
loop
class=
"myVideo"
>
<video
autoplay
loop
muted
playsinline
class=
"myVideo"
>
<source
src=
"
<?php
echo
get_field
(
'video_one'
);
?>
"
type=
"video/mp4"
>
</video>
...
...
@@ -51,7 +51,7 @@ if ( is_page_template( 'page-templates/no-title.php' ) ) {
</div>
<div
id=
"vc2"
>
<div
class=
"video-cont video2"
>
<video
autoplay
muted
loop
id=
"v2"
class=
"myVideo "
>
<video
autoplay
loop
muted
playsinline
id=
"v2"
class=
"myVideo "
>
<source
src=
"
<?php
echo
get_field
(
'video_two'
);
?>
"
type=
"video/mp4"
>
<track
label=
"English"
kind=
"subtitles"
srclang=
"en"
src=
""
>
</video>
...
...
@@ -98,7 +98,7 @@ if( $images ): ?>
<?php
endif
;
?>
<div
id=
"vc3"
>
<div
class=
"video-cont"
>
<video
autoplay
muted
loop
id=
"v3"
class=
"myVideo"
>
<video
autoplay
loop
muted
playsinline
id=
"v3"
class=
"myVideo"
>
<source
src=
"
<?php
echo
get_field
(
'video_three'
);
?>
"
type=
"video/mp4"
>
</video>
<div
class=
"container"
>
...
...
Please
register
or
sign in
to post a comment