@wistia/wistia-player
v0.3.15
Published
An embeddable wistia-player web component and React wrapper to add responsive, lightweight, and SEO-friendly videos to your site.
Readme
Wistia Player Web Component
<wistia-player> is Wistia's embeddable web component which can be used to add responsive, lightweight, and SEO-friendly videos to your site.
For more usage information, check out our Wistia Player documentation.
Getting started
npm install @wistia/wistia-playerSimple player
The only required attribute is media-id, the ID of the media that will be embedded.
import '@wistia/wistia-player';
<wistia-player media-id="abc123"></wistia-player>;Player with embed options
import '@wistia/wistia-player';
<wistia-player media-id="abc123" player-color="1e64f0"></wistia-player>;