0.2.0 • Published 4 years ago

scrivito-youtube-video-widget v0.2.0

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

Scrivito Youtube Video Widget

CMS: Scrivito License: MIT Travis build status GitHub last commit GitHub top language

A Scrivito widget that plays videos from YouTube.

Screenshot

screenshot

Installation

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";

Widget Configuration

In the widget properties you can set:

  • YouTube video ID
  • Aspect ratio

Check code quality

$ npm run eslint

and

$ npm run es-check
0.2.0

4 years ago

0.1.4

5 years ago