Skip to content

Instantly share code, notes, and snippets.

@captaincole
Created February 24, 2018 04:57
Show Gist options
  • Select an option

  • Save captaincole/74f4a900eb11fb27acc4add5ff192e26 to your computer and use it in GitHub Desktop.

Select an option

Save captaincole/74f4a900eb11fb27acc4add5ff192e26 to your computer and use it in GitHub Desktop.
<!-- Previous Video That A User Might Go Back To -->
<video [hidden]="!isCurrent" [autoplay]="isCurrent" muted="true" playsinline looped preload="auto"></video>
<!-- Current Video That Should Autoplay -->
<video [hidden]="!isCurrent" [autoplay]="isCurrent" muted="true" playsinline looped preload="auto"></video>
<!-- Next Video, Preloaded for content -->
<video [hidden]="!isCurrent" [autoplay]="isCurrent" muted="true" playsinline looped preload="auto"></video>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment