Skip to content
This repository has been archived by the owner on Nov 26, 2021. It is now read-only.

Releases: Financial-Times/o-video

Correctly bind scope for placeholder play event 🙈

02 Dec 17:38
Compare
Choose a tag to compare
v2.3.16

Correctly bind scope for placeholder play event

Allow play to be triggered by placeholder or javascript

02 Dec 16:33
Compare
Choose a tag to compare
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

28 Nov 14:08
Compare
Choose a tag to compare
v2.3.14

Fix advert progress tracking when alternate elements are used (non-mo…

Add tracking for advert skip functionality

24 Nov 14:33
Compare
Choose a tag to compare

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

03 Nov 13:50
Compare
Choose a tag to compare

Use Image Service v2

03 Nov 11:25
Compare
Choose a tag to compare

Handle external script loading before our script runs

03 Nov 10:01
Compare
Choose a tag to compare

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

15 Oct 09:07
Compare
Choose a tag to compare
duration is in videoEl (#67)

video length

14 Oct 15:09
Compare
Choose a tag to compare
v2.3.8

add duration to contetx (#66)

Fix generation of video tracking events during ad playback on some platforms

04 Oct 14:53
Compare
Choose a tag to compare
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