• Hi, I uploaded the new WordPress and now the videos don’t have a responsive size, so I can’t see the videos ok. I tried to change some configuration, but nothing changed and I don’t know how to fix it.
    What can I do?

    • This topic was modified 4 years, 6 months ago by Jan Dembowski.

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

Viewing 1 replies (of 1 total)
  • Hi @nicobonder

    Please go to Appearance > Customize > Additional CSS section in your WordPress Admin Area, and paste the below provided CSS there:

    .wp-block-embed__wrapper {
        float: none;
        clear: both;
        width: 100%;
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 25px;
        height: 0;
    }
    iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    It should work. ??

Viewing 1 replies (of 1 total)
  • The topic ‘Video size’ is closed to new replies.