• mpedrao

    (@mpedrao)


    Hello.

    And with the new version of the theme, the old problem of embedded video code does not resize on the mobile screen.

    and it was useless to include the code
    add_theme_support ('responsive-embeds');

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    You could use the CSS in Additional CSS of Theme Customizer

    @media screen and (max-width: 576px) {.entry-content > iframe{width: 100% !important;}}

    Thank you

    Thread Starter mpedrao

    (@mpedrao)

    Thanks for the solution, friend!
    Hugs!

    Thread Starter mpedrao

    (@mpedrao)

    Friend, the solution does not work.
    I add the url of the Youtube video via Gutenberg blocks

    Hello,

    Could you please provide us the screenshot and contact us here?

    Thank you

    Thread Starter mpedrao

    (@mpedrao)

    Ok. Done.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Youtube Code bug’ is closed to new replies.