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.
我正在尝试在 html5 画布上放置几个视频(mp4)的页面,然后使用 JS 实现平移和缩放作为它们的导航。问题是导航很快就会变得很重。所以我决定使用简单的视频截图并实际嵌入img标签而不是视频,然后平移。您是否遇到过其他有用的解决方案?