How can I make HTML 5 video playback fit to frame instead of maintaining aspect ratio?

后端 未结 6 1669
渐次进展
渐次进展 2021-02-03 11:14

I\'ve been experimenting with HTML5 video playback. For example I have this video object embedded on my page:

6条回答
  •  再見小時候
    2021-02-03 11:35

    A little late now, but the object-fit CSS3 property will satisfy this need. http://dev.w3.org/csswg/css3-images/#object-fit It is already implemented in Opera, see http://my.opera.com/desktopteam/blog/2010/08/03/presto-update .

提交回复
热议问题