Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jeremy Groot
/
stellervista-Intranet
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
f8275642
authored
2023-03-08 13:42:07 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ss
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
45b677e0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
wp-content/themes/understrap-child/page.php
wp-content/themes/understrap-child/page.php
View file @
f827564
...
...
@@ -66,7 +66,7 @@ if($video !=""){ ?>
<div
class=
"body-content"
>
<video
width=
"100%"
controls
>
<source
src=
"
<?php
echo
$video
;
?>
"
type=
"video/mp4"
>
<track
src=
"
<?php
echo
$video_cc
;
?>
"
label=
"English"
kind=
"captions"
srclang=
"en-us"
default
>
<track
src=
"
<?php
echo
$video_cc
;
?>
"
label=
"English"
kind=
"captions"
srclang=
"en-us"
>
Your browser does not support the video tag.
</video>
</div>
...
...
Please
register
or
sign in
to post a comment