LoginSignup
0
0

More than 5 years have passed since last update.

youtube動画組込みのプロパティ

Posted at

youtubeの動画組込みによく使用するプロパティ、パラメーター
※随時更新していきます。

プロパティ
frameborder="1" 周囲に枠線をつける(初期値0)
allowfullscreen 全画面表示(初期値あり)

パラメータ
autoplay=1 自動再生有効(初期値0)
rel=0 関連動画無効(初期値1)

参考)
<iframe width="720" height="400" src="https://www.youtube.com/sample?rel=0" frameborder="0" allowfullscreen></iframe>

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0