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.
我在用:
视频上的全屏按钮将其播放到fancybox 中使用的iframe 大小。我想把它播放到屏幕的实际大小......这怎么可能......请帮忙。
使用内联 HTML 而不是 iframe - fancybox 支持它
<a id="inline" href="#data">This shows content of element who has id="data"</a> <div style="display:none"><div id="data"><video ...>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</div></div>