Kostadin Bashev
853753a3da
Update tooltips.scss
2020-05-01 18:16:59 +03:00
Sam Potts
a97008aeeb
More work on custom properties and documentation
2020-04-24 00:14:50 +10:00
Sam Potts
9c7e429b48
Vimeo ratio fixes
2020-04-19 19:51:06 +10:00
Sam Potts
502d5977d7
Converted to 2 space indentation
2020-04-11 16:23:14 +10:00
Sam Potts
da943b384c
Merge branch 'develop' into css-variables
...
# Conflicts:
# demo/dist/demo.css
# demo/dist/demo.min.js.map
# demo/index.html
# dist/plyr.css
# dist/plyr.min.js.map
# dist/plyr.min.mjs.map
# dist/plyr.polyfilled.min.js.map
# dist/plyr.polyfilled.min.mjs.map
# gulpfile.js
# src/sass/base.scss
# src/sass/components/control.scss
# src/sass/settings/colors.scss
# src/sass/settings/controls.scss
2020-03-30 10:45:57 +11:00
Sam Potts
6350b7b9e4
v3.5.10
...
- iOS volume display fix
2020-02-14 17:33:09 +00:00
Sam Potts
7954c92c0b
Merge branch 'master' into develop
2020-02-14 16:53:55 +00:00
Sam Potts
5afb14283a
Fix for regression with volume control width
2020-02-14 16:53:31 +00:00
Sam Potts
cddd9c30db
More styles clean up
2020-02-12 14:36:30 +00:00
Sam Potts
ff8dedd4ec
Menu border color tweak
2020-02-10 17:53:23 +00:00
Sam Potts
5837c2d5f0
SASS orginasation clean up and flex-direction added
2020-02-10 11:23:57 +00:00
Sam Potts
f8a28b632c
Audio style fix
2020-01-26 22:05:21 +00:00
Sam Potts
fb704b945d
Presentation fixes
2020-01-21 22:29:00 +00:00
Sam Potts
89136bc2e6
Merge branch 'develop' of github.com:sampotts/plyr into develop
...
# Conflicts:
# src/sass/components/video.scss
2020-01-21 22:15:38 +00:00
Shravan Rajinikanth
bfcb7133cb
Fixed Plyr container not resizing responsively
2020-01-19 06:05:12 -08:00
Sam Potts
def3668030
Fix issues with fixed ratios and 100% height/width
2020-01-14 22:32:45 +00:00
Sam Potts
a2498acf7c
Manually merge PR #1629
2020-01-14 07:44:59 +00:00
Sam Potts
2488299d7b
Edge fix
2019-06-21 12:34:49 +10:00
Sam Potts
8fc6c2ba52
File rename and clean up
2019-06-21 00:19:37 +10:00
Sam Potts
c4b3e0672e
Clean up
2019-06-21 00:10:57 +10:00
Sam Potts
2e40b91ec1
Styling tweaks for demo
2019-06-20 23:50:46 +10:00
Sam Potts
97d9228bed
Aspect ratio tweaks
2019-06-03 20:13:16 +10:00
Sam Potts
12c6282d14
Merge branch 'develop' into css-variables
...
# Conflicts:
# .eslintrc
# demo/dist/demo.css
# demo/dist/demo.js
# demo/dist/demo.min.js
# demo/dist/demo.min.js.map
# dist/plyr.css
# dist/plyr.js
# dist/plyr.min.js
# dist/plyr.min.js.map
# dist/plyr.min.mjs
# dist/plyr.min.mjs.map
# dist/plyr.mjs
# dist/plyr.polyfilled.js
# dist/plyr.polyfilled.min.js
# dist/plyr.polyfilled.min.js.map
# dist/plyr.polyfilled.min.mjs
# dist/plyr.polyfilled.min.mjs.map
# dist/plyr.polyfilled.mjs
# gulpfile.js
# package.json
2019-06-01 19:55:14 +10:00
Sam Potts
36ad132c82
Edge fix
2019-06-01 18:45:12 +10:00
Sam Potts
9b81e776fb
Styling for control changes
2019-04-25 12:02:48 +10:00
Sam Potts
c885d59270
Moved all video styles together
2019-04-12 12:43:45 +10:00
Sam Potts
b247093495
Aspect ratio improvements ( fixes #1042 , fixes #1366 )
2019-04-12 12:19:48 +10:00
Sam Potts
996075decc
More work on variable usage
2019-04-11 20:50:20 +10:00
Sam Potts
35f7ee9c59
Merge branch 'develop' into css-variables
...
# Conflicts:
# demo/dist/demo.css
# demo/index.html
# dist/plyr.css
# gulpfile.js
# package.json
# yarn.lock
2019-03-16 12:14:20 +11:00
Sam Potts
32e8cce527
Fullscreen fix
2019-01-27 01:08:44 +11:00
Sam Potts
c44351507f
Plugin tweaks for ads and previews
2019-01-26 16:31:47 +11:00
Sam Potts
c577eb01ce
Style tweaks for preview plugin
2019-01-22 16:24:46 +11:00
Sam Potts
4ab8a54a11
Preview design tweaks
2019-01-21 00:32:20 +11:00
Sam Potts
7dd7c13065
Linting etc
2019-01-08 23:34:28 +11:00
Sam Potts
5fdc0aae66
Merge pull request #1253 from jamesoflol/preview-thumbs
...
Preview seek/scrubbing thumbnails
2018-12-15 10:43:36 +07:00
James
d97257a5a9
Preview seek: Edge+IE11 fixes
...
- Fixed bug: Edge seek errors: Replaced array spread with Array.from()
- Fixed IE11 bug: seek time was offset to the left. Required an extra container div to facilitate this
2018-12-15 11:32:50 +11:00
James
e948bfd585
Preview seek: jpeg sprites + much more
...
- Allow jpeg sprites - much snappier and more accurate
- Fixed bug: right clicking the seek bar sticks on mousedown
- Fixed bug: moving the mouse really quickly results in not updating the thumb
- Fixed bug: if you mousedown but don't move mouse, it shows a stale image in the scrubbing container
- Fixed bug: very first image shows as 0px
- Fixed bug: stretches images when video isn't same aspect as player
2018-12-13 20:39:39 +11:00
Sam Potts
bdd513635f
Work on outline/focus styles
2018-12-08 17:06:20 +11:00
Samuel Elgozi
df5b7a008d
Fix: buffer progress bar transition on webkit
...
The transition was set on the wrong pseudo element for WebKit browsers.
2018-11-22 19:35:01 +02:00
James
8f27611911
Preview seek/scrubbing thumbnails
2018-11-12 15:55:26 +11:00
Sam Potts
b7b2e3c0aa
Merge branch 'develop' into css-variables
...
# Conflicts:
# demo/dist/demo.css
# demo/dist/demo.js
# demo/dist/demo.js.map
# demo/dist/demo.min.js
# demo/dist/demo.min.js.map
# dist/plyr.css
# dist/plyr.js
# dist/plyr.js.map
# dist/plyr.min.js
# dist/plyr.min.js.map
# dist/plyr.polyfilled.js
# dist/plyr.polyfilled.js.map
# dist/plyr.polyfilled.min.js
# dist/plyr.polyfilled.min.js.map
# gulpfile.js
# src/sass/components/captions.scss
# src/sass/components/control.scss
2018-11-11 11:05:09 +11:00
Sam Potts
e2fc20ca76
Styling tweaks
2018-11-08 23:18:04 +11:00
Sam Potts
df8f040795
Remove link styles from anchor controls
2018-09-28 00:29:59 +10:00
Sam Potts
f80b568e67
Reverted large pause button
2018-09-25 23:07:48 +10:00
Sam Potts
62d80e6b76
Fix touch vs click issue
2018-09-25 20:43:09 +10:00
Sam Potts
1aeef81288
Controls spacing improvements
2018-08-13 23:43:22 +10:00
Sam Potts
468b20d227
Moved mute button inside plyr__volume
2018-08-13 23:42:12 +10:00
Sam Potts
4e1df8677f
Fix tooltip alignment
2018-08-13 23:02:14 +10:00
Sam Potts
6953a12e2a
Set background color for video
2018-08-13 23:01:56 +10:00
Sam Potts
7f4b74e2d4
Fix for hover over iframed players not showing controls
2018-08-02 00:47:03 +10:00