• I have been playing around with the latest WP Audio and Video support for native files via Media. Strangely, I find that these are not responsive. How can I make my video and audio embeds responsive.

Viewing 1 replies (of 1 total)
  • Chris

    (@eminemdrdre00)

    Try adding this to your CSS file:

    .wp-video-shortcode {
    	max-width: 100%;
    }
    
    .wp-audio-shortcode {
    	max-width: 100%;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘WP 3.6 Audio Video support via Media Elements.js is not responsive ?’ is closed to new replies.