• Resolved adislic

    (@adislic)


    When using EmbedPress shortcode to insert a YouTube video, the video is not responsive/does not fit into a container on either desktop or mobile.

    See below :

    https://probableflavor.s1-tastewp.com/embedpress-youtube-on-mobile/

    Is there any solution for this, some CSS, etc, and also will any such solution work once we apply custom branding? I plan on getting the Pro version but I would like to make sure that this is fixed.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Sadman Sakib Nadvi

    (@sadmansakibnadvi)

    Hello @adislic ,

    Greetings. Sorry for the inconvenience.

    Regarding your first issue, you can use the following CSS:

    .ose-youtube {
        width: 100%!important;
        position: relative;
        padding: 0;
        padding-top: 56.5%;
    }
    
    .ose-youtube iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    Regarding your second query, yes, you can use custom branding for these editors ( Classic, Gutenburg, Elementor). However, as that’s a pro feature, we can’t go deep about this here. If you have any further queries regarding any of our pro feature, you can contact us here.

    Thank you.

    Plugin Support Sadman Sakib Nadvi

    (@sadmansakibnadvi)

    Hello @adislic ,

    Greetings. Hope you are doing well.

    I haven’t heard from you since then. So, I was wondering if your issue has been resolved or not.

    Please let us know. I wish you a good day.

    Thank you.

    Plugin Support Sadman Sakib Nadvi

    (@sadmansakibnadvi)

    Hello @adislic ,

    Hope you’re doing well.

    As we’re not getting any response from you, we are assuming your issue has been solved. And so, we’re going to mark this topic as resolved now. Feel free to contact us anytime.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Youtube video not scaling on desktop and mobile’ is closed to new replies.