UNITS

🇺🇸 Document Snippets Themes GitHub Twitter

埋め込み動画

uc-video クラスを指定することで、埋め込み動画を最適化させて表示させることができます。

1. 基本

基本の埋め込み動画のスタイルを適用させます。

<div class="uc-video">
  <iframe width="560" height="315" src="https://www.youtube.com/embed/IcrbM1l_BoI" frameborder="0" allowfullscreen=""></iframe>
</div>

2. 横幅をフィットさせる

_full クラスを指定することで、動画を横幅いっぱいに表示させることができます。

<div class="uc-video _full">
  <iframe width="560" height="315" src="https://www.youtube.com/embed/IcrbM1l_BoI" frameborder="0" allowfullscreen=""></iframe>
</div>