これは動画のサムネイル表示のテスト。
1. 背景色を赤に設定した。
<iframe width="640" height="360" background-color="red" src="//www.youtube.com/embed/c78DuUaIXfE?feature=player_detailpage" frameborder="0" allowfullscreen=""></iframe>
2. 表示位置を右方向に3文字分移動した。
<iframe width="640" height="360" margin="0 0 0 3em" src="//www.youtube.com/embed/Ev9x844dn8w?feature=player_detailpage" frameborder="0" allowfullscreen=""></iframe>
3. 背景色を青に、サイズを半分にした。
<iframe width="640" height="360" background-color="blue" margin="0 0 0 0" resize="50" src="//www.youtube.com/embed/Vkq_nUApSjw?feature=player_detailpage" frameborder="0" allowfullscreen=""></iframe>
4. 埋め込みコードを変更しない時の、標準の表示。
<iframe width="640" height="360" src="//www.youtube.com/embed/nFRfNqBQD-w?feature=player_detailpage" frameborder="0" allowfullscreen=""></iframe>
以上、四つの動画を貼り付けた。
クリックすれば動画が再生されるはずだ。