-
Notifications
You must be signed in to change notification settings - Fork 7.5k
feat: add enableResponsiveFullscreen option for aspect-ratio-aware fullscreen #9143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Codinplus31
wants to merge
48
commits into
videojs:main
Choose a base branch
from
Codinplus31:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 10 commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
6d70f9d
Implement responsive fullscreen and console log options
Codinplus31 a42ef84
Added a responsive fullscreen on the video player
Codinplus31 776d7fc
Add fullscreen video example in HTML
Codinplus31 bb333f0
Add fullscreen video example HTML file
Codinplus31 b17e8b0
Delete sandbox/fullscreen.html
Codinplus31 20372d9
Delete sandbox/fullscreen.html.example
Codinplus31 e00ec32
Add responsive fullscreen support and log options during initialization
Codinplus31 5fad46f
Introduced a check for responsive fullscreen capability in the Player…
Codinplus31 3df1ce8
Merge branch 'main' into fix/fullscreen-error
Codinplus31 1b5bffd
Merge pull request #2 from Codinplus31/fix/fullscreen-error
Codinplus31 f5016d7
Update .gitignore to include deploy directory
Codinplus31 33aea79
Change fullscreen option to landscape orientation lock
Codinplus31 7c40efd
Change fullscreen settings for videojs
Codinplus31 7b2df30
Revert "chore: update prod dependencies (#9129)"
Codinplus31 f1f8344
Merge pull request #3 from Codinplus31/revert-9129-chore-runtime-deps
Codinplus31 d556a14
Update package.json
Codinplus31 540a2cb
Update package-lock.json
Codinplus31 25cd86c
feat: Added the adaptive fullscreen demo in the index.html and made a…
Codinplus31 3fd082c
Update player.js
Codinplus31 0742b50
Update player.js
Codinplus31 7e9abd8
added test cases for the adaptive Fullscreen
Codinplus31 e4b4b8f
added the testhelper.makeplayer to all the pages
Codinplus31 046aa16
Update player.test.js
Codinplus31 26803d0
trigger ci
Codinplus31 8aba03a
run commit
Codinplus31 34352ca
trigger1 ci
Codinplus31 e97ea31
trigger2 ci
Codinplus31 007a3b5
trigger3 ci
Codinplus31 e2302eb
trigger4 ci
Codinplus31 d9059df
trigger5 ci
Codinplus31 6bb1cb8
trigger6 ci
Codinplus31 0528172
trigger7 ci
Codinplus31 58d010a
trigger8 ci
Codinplus31 d7d6102
trigger9 ci
Codinplus31 53e7852
trigger10 ci
Codinplus31 da92930
trigger11 ci
Codinplus31 8c2c377
COMMIT
Codinplus31 2036153
COM
Codinplus31 747bb51
trigger12 ci
Codinplus31 2107fe9
fixes
Codinplus31 0ed7690
Merge pull request #4 from Codinplus31/test-orientation-lock12
Codinplus31 ef79ac6
Merge branch 'main' into main
Codinplus31 49b3409
commit
Codinplus31 8e46013
commit
Codinplus31 3336e30
commit
Codinplus31 e87c21a
Merge pull request #6 from Codinplus31/features/test-fullscreen-confi…
Codinplus31 e6d8030
Merge branch 'main' into main
Codinplus31 b16b7af
Merge branch 'main' into main
Codinplus31 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,7 +10,6 @@ test/*.map | |
| .bunyipconfig.js | ||
| .s3config.json | ||
| .eslintcache | ||
|
|
||
| node_modules | ||
| npm-debug.log* | ||
|
|
||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.