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のサイズに合わせて再生します。実際の画面サイズで再生したいのですが…どうして…手伝ってください。
iframeの代わりにインラインHTMLを使用してください-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>