Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if( ! function_exists('marstheme_video_responsive' ) ){
- function marstheme_video_responsive( $html ) {
- return '<div class="video-container">' . $html . '</div>';
- }
- add_filter( 'embed_oembed_html', 'marstheme_video_responsive', 10, 3 );
- add_filter( 'video_embed_html', 'marstheme_video_responsive' ); // Jetpack
- }
Advertisement
Add Comment
Please, Sign In to add comment