Skip to content

Instantly share code, notes, and snippets.

@andresgallo
Created October 9, 2023 19:28
Show Gist options
  • Save andresgallo/5404d4dc914049a4180f4535239ffd75 to your computer and use it in GitHub Desktop.
Save andresgallo/5404d4dc914049a4180f4535239ffd75 to your computer and use it in GitHub Desktop.
<bsp-jw-player data-video-player class="JWVideoPlayer"
data-player="{{playerId}}"
data-media-id="{{mediaId}}"
data-video-title="{{videoTitle}}"
data-video-uuid="{{videoUuid}}"
data-video-file-type="{{videoFileType}}"
data-video-pauseads="{{pauseads}}"
{{#with orientation}} data-orientation="{{this}}" {{/with}}
{{#if poster}}{{#resize poster (not orientation otherwise="videoPosterPortrait" then="videoPoster")}} poster="{{src}}" {{/resize}}{{/if}}
{{#if autoplay}}autoplay{{/if}}
{{#if muted}}muted{{/if}}>
<video class="jwvideoplayer" data-video-pauseads="{{pauseads}}" data-media-id="{{mediaId}}" data-player="{{playerId}}" data-embed="default" controls></video>
</bsp-jw-player>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment