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、vimeo和上传到网站的视频的模态?我一直在搜索,但找不到很多模态示例
是的,一个例子是Fancybox。
这是一堆使用 Vimeo 的示例,您可以轻松更改为 YouTube 等。
HTML / JS 中没有内置模式。
然而,要实现一个模态,你只需要一个完整的窗口大小的 div 在你的播放器和背景内容(使用z-indexstyle 属性)之间,它可以防止事件到达它下面的元素。
z-index