marstheme

Untitled

Apr 3rd, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.38 KB | None | 0 0
  1. if( ! function_exists('saturn_do_video_responsive' ) ){
  2.     /**
  3.      * @param html $html
  4.      * @return html
  5.      */
  6.     function saturn_do_video_responsive( $html ) {
  7.         return '<div class="embed-responsive embed-responsive-16by9">' . $html . '</div>';
  8.     }
  9.     add_filter( 'embed_oembed_html', 'saturn_do_video_responsive', 10, 3 );
  10.     add_filter( 'video_embed_html', 'saturn_do_video_responsive' );
  11. }
Advertisement
Add Comment
Please, Sign In to add comment