// http://imakewebthings.com/waypoints/shortcuts/inview/
var inview = new Waypoint.Inview({ element: $('#waypoint-video')[0], //offset: '65%', enter: function(direction) { var vid = $('#waypoint-video video source'); var videoUrl = vid.data('src'); vid.removeAttr('data-src'); vid.attr('src',videoUrl); var video = vid.parent('video'); // start playing using **native** JS API! // jQuery style $(video).play() won't work! video[0].load(); video[0].play(); }, entered: function(direction) { }, exit: function(direction) { }, exited: function(direction) { } })
FROM https://www.publicalbum.org/blog/embed-google-photos-video