Skip to content

Commit

Permalink
Merge pull request #1692 from sampotts/develop
Browse files Browse the repository at this point in the history
v3.5.10
  • Loading branch information
sampotts committed Feb 14, 2020
2 parents 04d06f2 + 6350b7b commit a34bc3e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v3.5.10

- iOS volume display fix

### v3.5.9

- Fix for regression with volume control width
Expand Down
2 changes: 1 addition & 1 deletion demo/dist/demo.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/plyr.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plyr",
"version": "3.5.9",
"version": "3.5.10",
"description": "A simple, accessible and customizable HTML5, YouTube and Vimeo media player",
"homepage": "https://plyr.io",
"author": "Sam Potts <[email protected]>",
Expand Down
6 changes: 6 additions & 0 deletions src/sass/components/volume.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@
z-index: 2;
}
}

// Auto size on iOS as there's no slider
.plyr--is-ios .plyr__volume {
min-width: 0;
width: auto;
}

0 comments on commit a34bc3e

Please sign in to comment.