0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

YouTube、動画の画質を指定して再生

Posted at

YouTube、動画の画質を指定して再生

■about

YouTube、動画の画質を指定して再生
「vq」というパラメータを指定すると、任意の画質で再生する事が可能

■code

html
<iframe src="//www.youtube.com/embed/7DGAoeMXBWM?vq=highres"  width="560" height="315" frameborder="0" allowfullscreen></iframe>

■reference

YouTube動画をブログ埋め込み時に使える便利なカスタマイズ方法!パラメーター14選まとめ[前編] | movieTIMES ムービータイムス
http://www.movie-times.tv/how-to/2697/

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?