[Resolved] Feature Request: Responsive Videos

Home Forums Support [Resolved] Feature Request: Responsive Videos

Home Forums Support Feature Request: Responsive Videos

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #757709
    Satori

    Hi! I’d like to make a feature request for the GP theme. Please add native responsiveness for video embeds like YouTube and Vimeo. I’m currently using the native block youtube embed and it shows correctly in the backend but not the frontend; This feature has already been applied to themes like Astra and OceanWP.

    Love working with GP and this would be a time saver.

    #757711
    Tom
    Lead Developer
    Lead Developer

    Added in GP 2.2.2.

    For now, you can just do this:

    add_action( 'after_setup_theme', function() {
        add_theme_support( 'responsive-embeds' );
    } );

    Thanks!

    #760532
    Satori

    Thank you Tom, works perfectly.

    #760710
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

    #784741
    Jericho

    Hi Tom,

    How to use or where to add this code?

    Thanks,
    Jericho

    #784747
    David
    Staff
    Customer Support
    #784754
    Jericho

    Thanks very much, David! ๐Ÿ™‚

    #784760
    David
    Staff
    Customer Support

    You’re welcome

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.