This repository has been archived by the owner on Nov 26, 2021. It is now read-only.
Releases: Financial-Times/o-video
Releases · Financial-Times/o-video
Correctly bind scope for placeholder play event 🙈
v2.3.16 Correctly bind scope for placeholder play event
Allow play to be triggered by placeholder or javascript
Merge pull request #76 from Financial-Times/autoplay-hooks Allow play to be triggered by placeholder or javascript
Fix advert progress tracking when using multiple elements for video/preroll
v2.3.14 Fix advert progress tracking when alternate elements are used (non-mo…
Add tracking for advert skip functionality
Add tracking for when/if a skip advert button is shown, and tracking for if it is clicked.
Also add a ad progress percentage for all advert tracking calls.
Use Image Service v2
Use Image Service v2
Handle external script loading before our script runs
If the google API script loads before this JS runs, the load event will have already fired before we have time to set up a listener. This was showing up in IE10 where the first time you came to a page, placeholder images didn't load in.
v2.3.9
video length
v2.3.8 add duration to contetx (#66)
Fix generation of video tracking events during ad playback on some platforms
Merge pull request #64 from Financial-Times/fix-ad-video-tracking-on-ios Prevent advert play/pause/end/progress events from being tracked by t he main video tracking when the ad library reuses the primary <video> element