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
46b512e7
authored
2023-05-04 20:25:55 -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
19681e67
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
wp-content/themes/understrap-child/page-templates/fullwidthpage.php
wp-content/themes/understrap-child/page-templates/fullwidthpage.php
View file @
46b512e
...
...
@@ -26,11 +26,10 @@ if ( is_page_template( 'page-templates/no-title.php' ) ) {
<div
id=
"js-scroll"
>
<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"
>
<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"
>
</video>
<div
class=
"container"
>
<div
class=
"row move_1"
>
<div
class=
"col-md-12 content-area"
>
...
...
@@ -52,10 +51,10 @@ if ( is_page_template( 'page-templates/no-title.php' ) ) {
</div>
<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"
>
<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"
>
</video>
</video>
<div
class=
"container"
>
<div
class=
"row move_3"
>
<div
class=
"col-md-12 content-area"
>
...
...
Please
register
or
sign in
to post a comment