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!
A user seeks to reduce the size of a video element on their Shopify store (Dawn theme), which appears too large on desktop.
Solution Provided:
.video-section { max-width: 1000px !important; }Follow-up Questions:
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!
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
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!