ss
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -66,7 +66,7 @@ if($video !=""){ ?> | ... | @@ -66,7 +66,7 @@ if($video !=""){ ?> |
| 66 | <div class="body-content"> | 66 | <div class="body-content"> |
| 67 | <video width="100%" controls> | 67 | <video width="100%" controls> |
| 68 | <source src="<?php echo $video;?>" type="video/mp4"> | 68 | <source src="<?php echo $video;?>" type="video/mp4"> |
| 69 | <track src="<?php echo $video_cc;?>" label="English" kind="captions" srclang="en-us" default > | 69 | <track src="<?php echo $video_cc;?>" label="English" kind="captions" srclang="en-us" > |
| 70 | Your browser does not support the video tag. | 70 | Your browser does not support the video tag. |
| 71 | </video> | 71 | </video> |
| 72 | </div> | 72 | </div> | ... | ... |
-
Please register or sign in to post a comment