A Scrivito widget that plays videos from YouTube.
Install the package in your scrivito app:
$ npm install scrivito-youtube-video-widget
Import the widget in your javascript (e.g. in src/index.js
or src/Widgets/index.js
):
import "scrivito-youtube-video-widget";
Add the styling of the widget to your app.
This can be done by either loading it via css-loader
(e.g. in src/index.js
or src/Widgets/index.js
):
import "scrivito-youtube-video-widget/index.css";
Or by including the styling to your stylesheets (e.g. in src/assets/stylesheets/index.scss
):
@import "~scrivito-youtube-video-widget/index.css";
In the widget properties you can set:
- YouTube video ID
- Aspect ratio
$ npm run eslint
and
$ npm run es-check