[CSS] How to change a height of a video in html css? HTML: CSS: #myVideo { width: 100%; height: 600px; object-fit: cover; z-index: -100; } Web/CSS 2022.05.20