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>
有谁知道 Notepad++ 插件会在输入时自动关闭正确的平衡标签</?
</
例如,如果我输入了
<ul> <li>item 1</li> <li>item 2</li> </
我想让插件自动生成/自动完成结束标记