Skip to content

Commit

Permalink
Merge pull request #135 from UCF/rc-v0.7.5
Browse files Browse the repository at this point in the history
Rc v0.7.5
  • Loading branch information
rjucf authored Aug 1, 2022
2 parents e041cda + d81356e commit cffa301
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions includes/media-backgrounds.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ function ucfwp_get_media_background_video( $videos, $loop=false ) {
<?php if ( isset( $videos['mp4'] ) ) : ?>
<source src="<?php echo $videos['mp4']; ?>" type="video/mp4">
<?php endif; ?>
<?php if ( function_exists( 'UCF\Video_Vtt\Tools\get_track_markup' ) ) : ?>
<?php echo UCF\Video_Vtt\Tools\get_track_markup( $videos['mp4'] ); ?>
<?php endif; ?>
</video>
<button class="media-background-video-toggle btn play-enabled hidden-xs-up" type="button" data-toggle="button" aria-pressed="false" aria-label="Play or pause background videos">
<span class="media-background-video-pause" aria-hidden="true"></span>
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Theme Name: UCF WordPress Theme
Author: UCF Web Communications
Github Theme URI: https://github.com/UCF/UCF-WordPress-Theme
Version: v0.7.4
Version: v0.7.5
*/

/*
Expand Down

0 comments on commit cffa301

Please sign in to comment.