scale HTML5 Video and break aspect ratio to fill whole site

后端 未结 9 2115
爱一瞬间的悲伤
爱一瞬间的悲伤 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 07:00

    I work around this in javascript by comparing the ratio set on the element to the source video and then applying a CSS transform: https://gist.github.com/1219207

提交回复
热议问题