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.
我有一个网站,里面有几张图片,点击图片会加载相应的 YouTube 视频。
最好和最有效的方法是什么?
我的建议是使缩略图成为普通<img>标签,然后当它们(或容器<div>)被点击时,动态加载 YouTube iframe 播放器。
<img>
<div>
我有几个项目就是这样的例子。您可以查看YouTube 主题资源管理器(搜索主题)或YouTube Direct Lite(登录后转到My YouTube Videos选项卡),它们都是开源的。
My YouTube Videos
在主题资源管理器示例中处理此问题的特定代码在此处。