Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoskwiak committed Jul 9, 2016
2 parents 26bfcd6 + 033dfe2 commit b928c07
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 219 deletions.
1 change: 1 addition & 0 deletions examples/html5.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
width: 1000,
plugins: {
videoJsResolutionSwitcher: {
ui: true,
default: 'low', // Default resolution [{Number}, 'low', 'high'],
dynamicLabel: true // Display dynamic labels or gear symbol
}
Expand Down
4 changes: 3 additions & 1 deletion lib/videojs-resolution-switcher.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
.vjs-resolution-button.vjs-menu-icon:before {
.vjs-resolution-button .vjs-menu-icon:before {
content: '\f110';
font-family: VideoJS;
font-weight: normal;
font-style: normal;
font-size: 1.8em;
line-height: 1.67em;
}

.vjs-resolution-button .vjs-resolution-button-label {
Expand Down
Loading

0 comments on commit b928c07

Please sign in to comment.