0300610108
Typo
2018-03-03 23:14:57 +11:00
73a39769d4
Fullscreen API changes, color settings tweaks
2018-02-11 15:09:34 +11:00
d76ef3ff91
Small UI tweaks and fix for instanceof issue
2018-01-31 19:33:00 +11:00
cc128e6088
Renamed property, UI tweak
2018-01-23 10:31:21 +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
896ea7c689
Added cue markings within the time line for when midrolls will be displayed. Removed unusued callback parameter.
2018-01-17 15:38:26 +01:00
3583165b30
Removed logic related to starting the ad by clicking/ tapping the advertisement container. Ad is started by plyr play method.
2018-01-17 14:09:11 +01:00
9e52296dc6
Moved the ads container to be outside of the video wrapper. This way we can easily move the ad in front or behind the video controls based on content resume or pause IMA events.
2018-01-17 12:19:32 +01:00
22e8892993
Code tweaks
2018-01-14 23:15:33 +11:00
025fc1090b
Implementing ads plugin
2018-01-13 23:02:59 +01:00
d9ec1d1b8e
Progressively enhance <iframe> embeds
2018-01-12 19:35:46 +11:00
a0d9d5eca8
Styling tweaks
2018-01-09 09:14:59 +11:00
8786377a75
Use CSS custom property for webkit range fill
2018-01-08 20:53:18 +11:00
eb38e0394d
Slider styling
2018-01-07 22:35:52 +11:00
92cb9e22e2
Started on error handling
2018-01-04 13:43:56 +11:00
6b9106ddb1
Fix for promise issue on Chrome, loading fix
2017-12-27 21:40:35 +00:00
98ac98b4c2
Vimeo fix
2017-12-21 00:20:56 +00:00
178b0d8020
Badge tweak
2017-12-21 00:06:59 +00:00
3bd1c1ff56
Fix for scrubber
2017-12-20 22:06:26 +00:00
7d4bf91a35
Small fixes
2017-12-20 21:45:06 +00:00
742018a716
Fix SASS bundle
2017-12-20 21:08:44 +00:00
f3df7aba15
Split up settings file
2017-12-20 18:00:05 +00:00
6864149989
Converted to SASS/SCSS
2017-12-20 15:14:05 +00:00
4f02e2d6e7
Docs updates, small tweaks
2016-04-28 22:07:35 +10:00
67b2f2510b
Bug fix for embeds: play
not being defined ( fixes #185 and #186 )
2016-03-27 18:29:58 +11:00
c41e5320c8
SASS fixes, Default font stack added
2016-03-13 21:22:51 +11:00
cad142fe85
Merge branch 'master' of github.com:selz/plyr
...
# Conflicts:
# src/js/plyr.js
2016-02-21 14:04:13 +11:00
b18ed03384
WIP on captions bug, manual duration option, reset media object
2016-02-21 13:17:30 +11:00
ce51344269
iOS fix ( Fixes #166 ), Edge Progress Tip ( Fixes #160 ), SASS fix ( Fixes #158 )
2016-02-13 22:18:42 +11:00
a327056789
Seek fixes for touch
2016-01-25 11:25:32 +11:00
3127cea1b2
SASS fix ( fixes #149 )
2016-01-25 08:36:53 +11:00
a965d8a893
Seek tooltip, bug fixes for SASS, fullscreen and icons
2016-01-24 11:25:31 +11:00
02d312f2d2
Style tweaks
2016-01-18 18:27:01 +11:00
2e5bdb338e
Tidying up, Vimeo fix
2016-01-18 17:35:18 +11:00
dbe152a4c1
LESS/SASS variable name spacing and clean up
2016-01-17 19:22:43 +11:00
bc7a6ebdde
Keyboard nav fixes (seek & focus trap in fullscreen), SASS updates
2016-01-14 21:20:46 +11:00
125a95e9e1
Audio fullscreen, Tooltip tweaks, Docs
2015-10-25 11:57:52 +11:00
58f8cdd8c8
Sass updated
2015-10-05 16:38:02 +11:00
daec1baebc
Source API changes, Vimeo fixes, still WIP
2015-10-04 19:27:30 +11:00
66f724a3be
Update plyr.scss - Fix new scss!
...
This is a fix the newly added scss.
2015-08-10 10:03:21 -03:00
38a206892b
YouTube, Captions and Control improvements
...
- Controls improvements (Fixes #103 )
- YouTube bug fixes (Fixes #105 )
- Internationalization support (Fixes #101 )
- Captions legibility improvements
2015-08-08 14:37:12 +10:00
75c090e8b9
Update plyr.scss - Make it work V3!
2015-08-06 14:21:36 -03:00
9534db823d
Update plyr.scss - Make it work V2!
...
Hi, thanks for accepting my previous pull request. I made this request because the variables control-color and control-color-hover weren't being set inside the mixin so i took them out and it's working now again. I hope you can merge this as it isnt completly working yet and sorry for the delay. Thanks again! :)
2015-07-31 10:59:03 -03:00
1ba1bec066
Merge branch 'master' of github.com:selz/plyr
...
# Conflicts:
# src/sass/plyr.scss
2015-07-31 21:34:07 +10:00
aad4a720dc
Tooltip fix for NVDA
2015-07-31 21:32:12 +10:00
00cf797c20
Restored !default and fullscreen logic in SASS
2015-07-28 11:29:49 +10:00
04cf5dfda1
Update plyr.scss - Make it work
...
There were some things that needed to be changed for the sass preprocessor to work. There were some variables declared as @ that need to be declared with the right syntax: $. Also sass evaluation is eager, while less evaluation is _lazy_ that means in sass, mixins should be declared before they are use. I hope you can accept this change as it's currently not working. Thanks!
2015-07-27 13:04:02 -03:00
5d19b43888
Tooltip tweak
2015-07-25 21:35:12 +10:00
a0d2d5cd24
Minor tweaks
2015-07-25 20:29:19 +10:00