Skip to content

Commit

Permalink
Improvements: VideoPlayer added quality btn,skipbtns +15 -15
Browse files Browse the repository at this point in the history
  • Loading branch information
siinghd committed Feb 14, 2024
1 parent 4034cd9 commit 742bd3e
Show file tree
Hide file tree
Showing 6 changed files with 111 additions and 261 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"video.js": "^8.6.1",
"videojs-contrib-eme": "^3.11.1",
"videojs-mobile-ui": "^1.1.1",
"videojs-seek-buttons": "^4.0.3",
"videojs-sprite-thumbnails": "^2.1.1",
"zod": "^3.22.4"
},
Expand Down
272 changes: 13 additions & 259 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,10 @@
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
display: none;
}
.vjs-quality-selector .vjs-custom-dropup-menu {
bottom: 100%;
left: 50%;
transform: translateX(-50%);

}

Loading

0 comments on commit 742bd3e

Please sign in to comment.