How & Where to change youtube media size in header
-
We are using Stout, which is based on Primer I believe.
No SSL atm, as the site owner is migrating to a new server after an issue with the current host.
The header video (youtube) used to show just fine, but something change maybe a year ago. Now the video is too massive for the page on a pc even.
I’m not a CSS guy, but if someone could point me to the right area I could probably figure it out. I want to be able to reduce the size (and along the way, maybe turn sound on by default). Also, I noticed after an update, that in Chrome the video does not play by default anymore.
In the Stylesheet, I see this:
video {
display: inline-block; }but if inside the brackets I add, i.e.:
width: 100px;
height: 100px;It doesn’t seem to change anything.
Thanks.
The page I need help with: [log in to see the link]
- The topic ‘How & Where to change youtube media size in header’ is closed to new replies.