Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 243 Bytes

File metadata and controls

11 lines (7 loc) · 243 Bytes

HTML5 Video player setup

 Template.videojs.rendered = ()->
    
 Template.videojs.events
     'hover video.video-js': ->
         _V_ vid, {}, ()->
             console.log "video #{vid} is ready."