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 id="vdoiframe" src="http://keralacarpentry.com/immobiler/media_gallery/BMP2_PSP.mp4" height="500" width="950"> </iframe>
私の質問は、css を使用してオーディオ タグに幅を設定する方法です。このコードでは、私のビデオは小さいです。幅を増やしたいです。
iframe 内のビデオにリンクするのではなく、<video> タグを使用してリンクできますか? そうすれば、HTML5 機能を使用して、サイズ、配置、自動再生、コントロールなどを制御できます。
<video height="250" width="320"> <source="http://keralacarpentry.com/immobiler/media_gallery/BMP2_PSP.mp4" type="video/mp4"> </video>