Skip to content

Instantly share code, notes, and snippets.

@nishinoshake
Last active October 16, 2016 14:35
Show Gist options
  • Save nishinoshake/1242e2a81a4206e12c46 to your computer and use it in GitHub Desktop.
Save nishinoshake/1242e2a81a4206e12c46 to your computer and use it in GitHub Desktop.
Youtubeの埋め込みiframe
<iframe width="560" height="315" src="https://www.youtube.com/watch?v=ehzyQvUUcUo?controls=0&showinfo=0&autoplay=1&rel=0&vq=highres" frameborder="0" allowfullscreen></iframe>
autoplay=0・・・自動で再生する(1)
loop=0・・・繰り返す(1)
showinfo=1・・・タイトルや評価などの情報を非表示(0)
controls=0・・・コントロールバー非表示
autohide=2・・・再生時にコントロールを自動的に隠す(1)、隠さない(0)、バーは隠すけど再生ボタンは表示(2)
theme=dark・・・プレイヤーの色が白(明るいグレー)になります(light)。
rel=1・・・関連動画を非表示に(0)
vq=highres・・・動画を一番高い高い画質
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment