Skip to content

Experimental package to deal with Mac OS X Safari HTML5 video element in Meteor Blaze

Notifications You must be signed in to change notification settings

jamgold/blaze-html5video-safari

Repository files navigation

Small (experimental) package to help rendering

Here are the template parameters. The only mandatory one is src, the rest is optional. With browserCheck it is possible to override the testing for Mac OS X Safari

{{>html5video
  src="..."
  browserCheck=true
  controls=true
  inline=true
  loop=false
  autoplay=true
  classes="img-fluid rounded-lg"
}}

You can add the package with

meteor add jamgold:blaze-html5video-safari

About

Experimental package to deal with Mac OS X Safari HTML5 video element in Meteor Blaze

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published