我一直在尝试
HTML5视频播放.例如我的网页上嵌入了这个视频对象:
<video width="480" height="380" class="ecard" tabindex="0"> <source type="video/ogg; codecs="theora,vorbis"" src="videos/1156 In your honor we'll be dancing.ogv"></source> <source type="video/mp4; codecs="avc1.42E01E,mp4a.40.2"" src="videos/1156 In your honor we'll be dancing.mp4"></source> </video>
我的问题是视频元素保留它的宽高比,而我更喜欢强制播放适合帧.有没有人知道这样做的方法?