CSS - Background Video Seems To Zoom
问题 I am trying to introduce a background video to a section of my site. This section has a defined height of 530px. However, the images seems too zoomed in. HTML: <section class="home-banner"> <video poster="" preload="auto" loop="loop" autoplay=""> <source type="video/webm" src="https://a0.muscache.com/airbnb/static/Seoul-P1-4.mp4"></source> <source type="video/mp4" src="https://a0.muscache.com/airbnb/static/Seoul-P1-4.webm"></source> </video> </section> CSS: html { min-height: 100%; position: