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-player
Simple 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>;