|
d3e98eb27e
|
Vimeo: Assure state is updated with autoplay (fixes #1016)
|
2018-06-11 00:00:16 +02:00 |
|
|
b12eeb0eb7
|
Merge captions setText and setCue into updateCues (fixes #998 and vimeo cuechange event)
|
2018-06-08 11:44:15 +02:00 |
|
|
723298a07b
|
Fix #921: Trigger seeked event in youtube plugin if either playing or paused
|
2018-05-19 04:18:27 +02:00 |
|
|
f8c89e3e95
|
Fix #876: YouTube and Vimeo autoplays on seek
|
2018-05-19 04:18:27 +02:00 |
|
|
333435a9c2
|
Fix playback state (paused) and events (play/pause)
|
2018-05-19 04:18:27 +02:00 |
|
|
c845558d96
|
Youtube poster: Set css backgroundSize to 'cover' for padded youtube thumbnails
|
2018-05-15 16:41:51 +02:00 |
|
|
16c3a7d9e5
|
Rewrite ui.setPoster to check that images arent broken or youtube fallback images. Only show poster element when valid
|
2018-05-15 16:21:36 +02:00 |
|
|
bbb11e611e
|
Vimeo options, docs for multiple players
|
2018-05-08 13:12:39 +10:00 |
|
|
90919411e9
|
Use div for poster, Vimeo fixes, Tooltip fixes
|
2018-05-08 12:57:24 +10:00 |
|
|
1655150092
|
v3.3.5
|
2018-05-06 01:32:51 +10:00 |
|
|
91a4b86860
|
Small bug fixes
|
2018-05-06 01:03:38 +10:00 |
|
|
9ebc2719d3
|
v3.3.0
|
2018-05-06 00:49:12 +10:00 |
|
|
a97b08e8ea
|
ARIA and Vimeo fixes
|
2018-04-18 18:29:43 +10:00 |
|
|
119b471b84
|
More bug fixes
|
2018-04-17 23:51:23 +10:00 |
|
|
5ed3ff9084
|
Restore paused state after seek
|
2018-04-11 21:52:31 +10:00 |
|
|
91d192dd7c
|
YouTube speed menu fix
|
2018-04-03 22:30:29 +10:00 |
|
|
3395e8df90
|
HTML5 quality selection
|
2018-04-02 22:40:03 +10:00 |
|
|
d593005b32
|
Muted and autoplay fixes, small bug fixes
|
2018-03-30 23:09:17 +11:00 |
|
|
1c06f6d06d
|
Vimeo hotfix
|
2018-03-29 19:35:02 +11:00 |
|
|
c4e2e24643
|
Bug fixes
|
2018-03-28 22:45:11 +11:00 |
|
|
951df64b7f
|
v3.0.5
|
2018-03-27 23:52:26 +11:00 |
|
|
9c1bc6ab08
|
Fixes for fast forward and issues with event.preventDefault()
|
2018-03-27 10:36:08 +11:00 |
|
|
5eafe9baff
|
Vimeo offset tweak (fixes #826)
|
2018-03-22 01:08:08 +11:00 |
|
|
c251c94131
|
Fix for .stop() method (fixes #819)
|
2018-03-22 01:02:38 +11:00 |
|
|
c74b75e8e1
|
3.0.0-beta.20
|
2018-03-13 23:35:17 +11:00 |
|
|
1b13ddaa54
|
Update ads
|
2018-03-13 21:42:01 +11:00 |
|
|
9981c349be
|
Fix for null manager race condition
|
2018-03-11 18:23:47 +11:00 |
|
|
b3365a7373
|
Normalised event names and removed unused
|
2018-03-11 12:54:51 +11:00 |
|
|
ef27ba16f4
|
Add optional argument to Ads.trigger (currently only used for adblocker error)
|
2018-03-10 16:20:33 +01:00 |
|
|
e206edc1f6
|
Event listener fixes, loadScript promise, ads tweaks
|
2018-03-11 02:03:35 +11:00 |
|
|
6a2ca534d2
|
Removed redundant wrappers within the adsmanager promises.
|
2018-03-09 14:29:37 +01:00 |
|
|
69ffcbad27
|
Ad block detection would not work when calling play() right after creating the player instance, so the adsManager now also rejects on such a case. Also made sure that calling play() will wait for the adsManager promise to resolve or otherwise return the media.play() method.
|
2018-03-09 11:17:24 +01:00 |
|
|
819f7d1080
|
Resizing the ad container while having it on display none will return offset width and height of 0, which will cause ads not to play when ad sizes are set within the clients DSP. Also making sure that the inner containers of the ad container are full size. The container is now hidden/ displayed using z-index.
|
2018-03-07 15:43:48 +01:00 |
|
|
409b588458
|
Made sure that cue points for midrolls are not displayed when the ad rule for a midroll doesn't exceed the total play time of a video.
|
2018-03-07 15:17:30 +01:00 |
|
|
e90a603d57
|
Removed a double this.enabled variable and updated a comment in ads.js. Also made sure the adsmanager promise also can fail, so we can use it to wait for getting the advertisement ready when someone clicks the play button. Otherwise there it can look glitchy when the actual video starts playing and the video ad plays a few seconds later because the vast tag was slow to retrieve. Also fixed a typo.
|
2018-03-06 17:27:59 +01:00 |
|
|
0300610108
|
Typo
|
2018-03-03 23:14:57 +11:00 |
|
|
317b08c703
|
Ready event fix, YouTube play event fix, docs update
|
2018-03-03 23:06:12 +11:00 |
|
|
2150c44036
|
Added backwards compatibility for <div> embeds
|
2018-02-06 00:24:48 +11:00 |
|
|
70c9fbdde3
|
Removed fetch dependency
|
2018-02-05 21:43:32 +11:00 |
|
|
71efbe7a92
|
Merge branch 'beta' into fix/ads-blocked
# Conflicts:
# dist/plyr.js
# dist/plyr.js.map
# src/js/plugins/ads.js
# src/js/plyr.js
|
2018-01-30 09:22:14 +11:00 |
|
|
afd695cb39
|
Fix typo's
|
2018-01-29 22:45:46 +01:00 |
|
|
c4eb4c97ac
|
fix(ads): Fixes media from playing when ads are blocked
|
2018-01-29 22:40:08 +01:00 |
|
|
5e68f8c8dd
|
Attempt to fix YouTube message error, added ads references, changes to bool
|
2018-01-25 22:41:30 +11:00 |
|
|
b4e22e2e7b
|
Restored “Ad” in label
|
2018-01-24 09:06:20 +11:00 |
|
|
cc128e6088
|
Renamed property, UI tweak
|
2018-01-23 10:31:21 +11:00 |
|
|
3c8acb4e9e
|
Fix bug where ad would play on every play action
|
2018-01-22 21:07:08 +01:00 |
|
|
ebf53d14b1
|
Small tweaks
|
2018-01-22 23:39:09 +11:00 |
|
|
5671235fd9
|
Formatting, events and ad countdown added
|
2018-01-22 23:15:10 +11:00 |
|
|
5fad152cbf
|
Formatting and “ad” badge
|
2018-01-19 20:24:15 +11:00 |
|
|
986c802acd
|
Merge branch 'beta-with-ads' of github.com:sampotts/plyr into beta-with-ads
# Conflicts:
# src/js/plugins/ads.js
|
2018-01-19 14:30:11 +11:00 |
|