Follow

Fullwidth embed YouTube video section with Left menu

If you have left menu and the first YouTube video section is cut and zoomed, for example,

you can try to solve this problem by means of custom css.

.video-container.video-ready iframe{
    height: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
}
The result is this one.

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.
Powered by Zendesk