Wistia's New Player: Aurora



Aurora Embed Anatomy

Standard and Popover embeds contain two essential elements:

Also included are two optional elements that are beneficial for loading when present: Fallback (iframe) embeds are comprised of just an <iframe> element and the <player.js> script.


Fixed Size



Standard

<script src="https://fast.wistia.com/player.js" async></script>
<script src="https://fast.wistia.com/embed/c625h4plph.js" async type="module"></script>
<style>wistia-player[media-id='c625h4plph']:not(:defined) { background: center / contain no-repeat url('https://fast.wistia.com/embed/medias/c625h4plph/swatch'); display: block; filter: blur(5px); }</style> 
<wistia-player media-id="c625h4plph" seo="false" muted="true" style="width: 800px;height: 450px;"></wistia-player>

Fallback

<script src="https://fast.wistia.net/player.js" async></script>
<iframe src="https://fast.wistia.net/embed/iframe/c625h4plph?web_component=true&seo=false&videoFoam=false&muted=true" title="Embed Detector Demo Video" allow="autoplay; fullscreen" allowtransparency="true" frameborder="0" scrolling="no" width="800px" height="450px"></iframe>

Popover

<script src="https://fast.wistia.com/player.js" async></script>
<script src="https://fast.wistia.com/embed/c625h4plph.js" async type="module"></script>
<style>wistia-player[media-id='c625h4plph']:not(:defined) { background: center / contain no-repeat url('https://fast.wistia.com/embed/medias/c625h4plph/swatch'); display: block; filter: blur(5px); }</style> 
<wistia-player media-id="c625h4plph" wistia-popover="true" muted="true" style="width: 800px;height: 450px;"></wistia-player>

Responsive



Standard

<script src="https://fast.wistia.com/player.js" async></script>
<script src="https://fast.wistia.com/embed/c625h4plph.js" async type="module"></script>
<style>wistia-player[media-id='c625h4plph']:not(:defined) { background: center / contain no-repeat url('https://fast.wistia.com/embed/medias/c625h4plph/swatch'); display: block; filter: blur(5px); padding-top:56.25%; }</style> 
<wistia-player media-id="c625h4plph" seo="false" muted="true"></wistia-player>

Fallback

<script src="https://fast.wistia.net/player.js" async></script>
<iframe src="https://fast.wistia.net/embed/iframe/c625h4plph?web_component=true&seo=false&muted=true" title="Embed Detector Demo Video" allow="autoplay; fullscreen" allowtransparency="true" frameborder="0" scrolling="no" width="100%" height="100%"></iframe>

Popover

<script src="https://fast.wistia.com/player.js" async></script>
<script src="https://fast.wistia.com/embed/c625h4plph.js" async type="module"></script>
<style>wistia-player[media-id='c625h4plph']:not(:defined) { background: center / contain no-repeat url('https://fast.wistia.com/embed/medias/c625h4plph/swatch'); display: block; filter: blur(5px); padding-top:56.25%; }</style> 
<wistia-player media-id="c625h4plph" wistia-popover="true" muted="true"></wistia-player>