Archived topic
Embed 2 youtube videos side by side
17 replies · Started by GeneratePressUser on October 6, 2021
Viewing posts 16–18 of 18
If you want it to apply only to desktop, try this:
@media (min-width: 769px) {
div#tab-description div.video-desc-grid .videoWrapper object {
height:300px !important;
}
}
Otherwise just remove the media query.
Hey Ying,
Ok, that's perfect, thanks a lot :)
You are welcome :)
This archived topic is closed to new replies.