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)を見てください。他のビデオのように幅と高さを変更することはできますか?
iframe を再配置して他の部分を非表示にする唯一の方法。
以下の CSS を iframe に追加します。
margin: -60px 0 0 -127px; width: 500px; height: 299px;
そして、 overflow:hidden;を追加します。latestPostOtherVideoクラスを持つコンテナー div に。