HTML - 嵌入 mp4 视频
我有许多尺寸为 1280x720 的 .mp4 文件。我希望它们的大小是一半,但是当我定义对象标签等的宽度和高度时,视频不会调整大小,只是放大。
有没有办法用 HTML 调整它的大小,而不是手动调整大小所有的视频?
谢谢,
威尔。
I have a number of .mp4 files which have the dimensions of 1280x720. I want them to be half that size, yet when I define the width and height of the object tag etc., the video is not resized, merely zoomed in.
Is there any way of resizing it with HTML, rather than having to manually resize all the videos?
Thanks,
Will.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不想这样做,假设所有条件都相同,那么用户下载视频的时间将比您预期的长 4 倍。
善待用户并调整他们的大小!
You don't want to do that, assuming all things are equal, it will take the user 4 times longer to download the video as you expect.
Be nice to users and resize them!