-
Notifications
You must be signed in to change notification settings - Fork 47
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
fix(mux-player): use CSS to disable subtitle shifting for iOS in fullscreen. #958
fix(mux-player): use CSS to disable subtitle shifting for iOS in fullscreen. #958
Conversation
@cjpillsbury is attempting to deploy a commit to the Mux Team on Vercel. A member of the Team first needs to authorize it. |
@@ -66,15 +66,27 @@ | |||
* 0.433s is the transition duration for VTT Regions. | |||
* Borrowed here, so the captions don't move too fast. | |||
*/ | |||
media-controller ::slotted([slot='media']) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NOTE: Although this change isn't technically required, custom CSS properties (aka "CSS variables") inherit, so removing the narrower selection since it's both unnecessary and adds specificity that is harder to override.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice! 👍
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Blocked by muxinc/media-chrome#946
Fixes #863
Smoke tested 👍 on both iOS Safari and iOS Chrome, plus desktop browsers for regression testing.