Guest User

Untitled

a guest
Sep 25th, 2015
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.32 KB | None | 0 0
  1. if( ! function_exists('marstheme_video_responsive' ) ){
  2.     function marstheme_video_responsive( $html ) {
  3.         return '<div class="video-container">' . $html . '</div>';
  4.     }
  5.    
  6.     add_filter( 'embed_oembed_html', 'marstheme_video_responsive', 10, 3 );
  7.     add_filter( 'video_embed_html', 'marstheme_video_responsive' ); // Jetpack 
  8. }
Advertisement
Add Comment
Please, Sign In to add comment