• I added this function but it is nice to have for everyone.

    `/**
    * Add theme support for Responsive Videos.
    */
    function jetpackme_responsive_videos_setup() {
    add_theme_support( ‘jetpack-responsive-videos’ );
    }
    add_action( ‘after_setup_theme’, ‘jetpackme_responsive_videos_setup’ );

    https://jetpack.com/support/responsive-videos/

  • The topic ‘Make videos responsive’ is closed to new replies.