scale HTML5 Video and break aspect ratio to fill whole site

后端 未结 9 2063
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-29 06:31

I want to use a 4:3 video as a background on a site, but setting the width and height to 100% doesnt work, since the aspect ratio is kept intact, so the video doesnt fill th

9条回答
  •  有刺的猬
    2020-11-29 06:57


    you can use:

    min-width: 100%;
    min-height: 100%;
    

    http://www.codesynthesis.co.uk/tutorials/html-5-full-screen-and-responsive-videos

提交回复
热议问题