Video
Using the QVideo component makes embedding a video like Youtube easy. It also resizes to fit the container by default.
TIP
You may also want to check our own HTML 5 video player component: QMediaPlayer, which is far more advanced than QVideo (which essentially is an iframe pointing to embedded Youtube videos).
Installation
/*
* No installation step is necessary.
* It gets installed by default by @quasar/app v2+.
*/
Usage
Basic
With aspect ratio v1.7+
Markup equivalent
QVideo API
Ready for more?