「Html/bootstrap/bootstrap3/ヘッダーに動画埋め込み」の版間の差分
ナビゲーションに移動
検索に移動
編集の要約なし |
|||
| 1行目: | 1行目: | ||
==ヘッダー動画埋め込み== | ==ヘッダー動画埋め込み== | ||
< | <nowiki> | ||
<div align="center" style="background-color:#f89d93" class="embed-responsive embed-responsive-16by9"> | <div align="center" style="background-color:#f89d93" class="embed-responsive embed-responsive-16by9"> | ||
<video autoplay loop class="embed-responsive-item"> | <video autoplay loop class="embed-responsive-item"> | ||
| 6行目: | 6行目: | ||
</video> | </video> | ||
</div> | </div> | ||
</nowiki> | |||
参照:http://stackoverflow.com/questions/26040136/bootstrap-3-responsive-mp4-video | 参照:http://stackoverflow.com/questions/26040136/bootstrap-3-responsive-mp4-video | ||
2016年7月11日 (月) 08:27時点における版
ヘッダー動画埋め込み
<div align="center" style="background-color:#f89d93" class="embed-responsive embed-responsive-16by9"> <video autoplay loop class="embed-responsive-item"> <source src="/img/IMG_3387.m4v" type="video/mp4"> </video> </div>
参照:http://stackoverflow.com/questions/26040136/bootstrap-3-responsive-mp4-video