Video Embedding
Embedding a video like Youtube is easy. It also resizes to fit the container by default.
Using QVideo
<q-video |
Or, if you prefer the “raw” version for more control:<div class="q-video">
<iframe
width="853"
height="480"
src="https://www.youtube.com/embed/k3_tw44QsZQ?rel=0"
frameborder="0"
allowfullscreen
></iframe>
</div>