HPの作成方法 >> このページ
<p><video src="xxxxxxx.mp4" controls></video></p>
表示させるファイル名を (xxxxxxx.mp4) 記述します
<iframe width="664" height="400" src="https://www.youtube.com/embed/ユーチューブの11桁URL" frameborder="0" allowfullscreen></iframe>
サンプル
<!-- custom_tags_start -->
<iframe width="664" height="400" src="http://www.youtube.com/embed/ユーチューブの11桁URL?rel" frameborder="0" allowfullscreen></iframe>
<!-- custom_tags_end -->
サンプル
cssの記述
<iframe width="664" height="400" src="https://www.youtube.com/embed/ユーチューブの11桁URL" frameborder="0" allowfullscreen></iframe>
サンプル
バックグラウンド画像のcss設定
.youtube{ background:url(bg_img.jpg) no-repeat; width: 900px; height: 600px; margin: 5px; text-align: center; padding: 15px 0 0; }
HPの作成方法 >> このページ