-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Allow 'playsinline' player option (sister) #4348
Merged
gkatsev
merged 6 commits into
videojs:master
from
alex-barstow:allow-playsinline-option-master
May 12, 2017
Merged
Allow 'playsinline' player option (sister) #4348
gkatsev
merged 6 commits into
videojs:master
from
alex-barstow:allow-playsinline-option-master
May 12, 2017
Conversation
This file contains 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
…rom 5.x for sister PR
alex-barstow
changed the title
Allow 'playsinline' player option (sister PR)
Allow 'playsinline' player option (sister)
May 10, 2017
misteroneill
approved these changes
May 12, 2017
gkatsev
approved these changes
May 12, 2017
akashta
added a commit
to hola/video.js
that referenced
this pull request
Jul 11, 2018
marcosarce
added a commit
to marcosarce/DefinitelyTyped
that referenced
this pull request
Jul 22, 2022
This was referenced Jul 22, 2022
typescript-bot
pushed a commit
to DefinitelyTyped/DefinitelyTyped
that referenced
this pull request
Aug 3, 2022
…@marcosarce * Add missing player option: playsinline videojs/video.js#4348 https://github.com/videojs/video.js/blob/v7.20.1/src/js/player.js#L1170 * Add 'playsinline' option to tests
shlyren
pushed a commit
to shlyren/DefinitelyTyped
that referenced
this pull request
Aug 17, 2022
…: playsinline by @marcosarce * Add missing player option: playsinline videojs/video.js#4348 https://github.com/videojs/video.js/blob/v7.20.1/src/js/player.js#L1170 * Add 'playsinline' option to tests
amtins
added a commit
to amtins/videojs.com
that referenced
this pull request
Jan 8, 2024
Documents the `playsinline` option introduced in videojs [6.1.0](https://github.com/videojs/video.js/releases/tag/v6.1.0). Refers videojs/video.js#4348
mister-ben
pushed a commit
to videojs/videojs.com
that referenced
this pull request
Feb 3, 2024
Documents the `playsinline` option introduced in videojs [6.1.0](https://github.com/videojs/video.js/releases/tag/v6.1.0). Refers videojs/video.js#4348
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This is a sister for this 5.x PR