I’m having trouble with sizing a video in CSS cause when I use the width: 100% it just nothing happens. it will just overflow on its container. what should I do?
here’s the codepen template.
I’m having trouble with sizing a video in CSS cause when I use the width: 100% it just nothing happens. it will just overflow on its container. what should I do?
here’s the codepen template.
You can try one of these methods instead.
You will want to remove the height on the .about-container
and you won’t need the video container.
Thank you so much! this helps me so much!
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.