Youtube responsive not work, especially oversize on mobile

Home Forums Gillion Theme Youtube responsive not work, especially oversize on mobile

Home Forums Gillion Theme Youtube responsive not work, especially oversize on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • truyenphan
    Participant

    Youtube embed’s size is not changed with the width of page. Is its css if fixed in size?

    Especially, on mobile, its width is larger than screen size.

     

    Please help me to fix it,

    at least tell me how to set the minimum size to the media embed.

     

    Thank you.

    Attachments:
    You must be logged in to view attached files.

    Hi @truyenphan,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me the page URL from your site where it is displaying so that I can help you?

     

    Best regards,
    Shufflehound team

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .blog-single .wp-block-embed .wp-block-embed__wrapper {
        max-width: 100%;
    }
Viewing 4 posts - 1 through 4 (of 4 total)