Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用正确的 VIDEO 标签来显示 HTML5 视频。对于早期的 iOS 版本,海报看起来不错。但是,对于iOS7,海报并没有被捡起。
这是我的代码
<video onclick="this.play();" width="100%" height="100%" preload="none" poster="[My Poster URL]" src="[My Video URL]" controls ></video>
有没有人试过这个?任何帮助都值得赞赏。
您使用 jpg 文件作为海报吗?我们遇到了同样的问题,并通过使用 png 文件修复了它。希望有帮助。