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.
私はこのように自分のビューでビデオを表示しています
<iframe frameborder="0" scrolling="no" src="http://myUrlHere" width="340" height="220"> </iframe>
問題は、リストに長いビデオがあると、ブラウザが一定期間フリーズすることです。
IE8とFirefoxでこれを試しましたが、どちらも同じ結果になりました。
何か案は ?
これは奇妙かもしれませんが、iframe の幅を変更してこの問題を修正したところ、問題なく動作するようになりました。