Reducing size of video section (Dawn Theme)

Hi there,

How can I reduce the size of the video element (please see screenshot)? It’s too large on desktop version.

Thanks in advance!

Hi @rugsrusonline12

You can add this code in Custom CSS of that video section to reduce video screen

.video-section { max-width: 1000px !important; }

You can change 1000px to value fit with your request

3 Likes

Thank you. What would be the code if I wanted to do the same for an image? Thanks

Super, ich konnte es auch im craft theme so nutzen und eine Videodatei verkleinern. Dankeschön!