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 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!