Guys – I am loosing my mind. Please help me. I feel like I am missing a lot of control embedding videos from YouTube to my portfolio.
How can I make the embedded videos the same size as the other portfolio images? I’ve tried a bunch of things including trying to embed it via code in the “Text” module. But nothing seems to work for me.
This is the site/page I am working on: https://c-portfolio.dk/wordpress/portfolio/andrupvin/
Why can’t the video have the same size as the other images? Width of images are 1400 px. Video is the same.
I thought I could fix it with the code below, but it doesn’t seem to have an effect either
.col-xs-7,
.module.col-7,
.grid-stack>.grid-stack-item[data-gs-width=’7′] {
width: 100% !important;
}
What should I do to make it work?
/Casper