Site logo

Archived topic

Video full container width

3 replies · Started by Diego on June 5, 2019

Viewing posts 1–4 of 4

Hello everyone

I'm back again with a little question;
I inserted a video into a page with the following option: https://docs.generatepress.com/article/responsive-videos/
Is it possible somehow to make the width of the video to the container so there are no borders left and right?

Hopefully someone can help me out with this :)
Best wishes from Switzerland
Diego

Hi there,

try adding this CSS:

.videoWrapper {
    margin: -40px -40px 40px -40px;
}

@media (max-width: 768px) {
    .videoWrapper {
        margin: -30px -30px 30px -30px;
    }
}

Hello Davin (and Team)

I really don't know what to say?!
You guys are awesome and so fu*** fast!

Thank you it worked perfectly
Best wishes from Switzerland
Diego

Awesome - glad we could be of help.

This archived topic is closed to new replies.