UNITS

🇯🇵 Document Snippets Themes GitHub Twitter

Video

You can optimize video embedding by specifying the uc-video class.

1. Basic

Create a basic video block.

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

2. Fit to width

By specifying the _full class, you can display the image in the full width.

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