f8275642 by Jeff Balicki

ss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 45b677e0
......@@ -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>
......