Skip to content
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: Media controls now visible for videos in narrow window #987

Merged
merged 3 commits into from
Apr 23, 2019

Conversation

jstoffan
Copy link
Collaborator

@jstoffan jstoffan commented Apr 16, 2019

It looks like vertical videos are affected due to a min-width set on the video element which maintains its aspect ratio on narrow screens. Unfortunately, this causes the media controls to overflow past the edge of the viewport.

@boxcla
Copy link

boxcla commented Apr 16, 2019

Verified that @jstoffan has signed the CLA. Thanks for the pull request!

jeremypress
jeremypress previously approved these changes Apr 16, 2019
ConradJChan
ConradJChan previously approved these changes Apr 22, 2019
src/lib/viewers/media/Dash.scss Outdated Show resolved Hide resolved
src/lib/viewers/media/Dash.scss Outdated Show resolved Hide resolved
@jstoffan jstoffan dismissed stale reviews from ConradJChan and jeremypress via e6083cf April 23, 2019 00:53
@jstoffan jstoffan force-pushed the fix-media-overflow branch from e36b1a7 to e6083cf Compare April 23, 2019 00:53
ConradJChan
ConradJChan previously approved these changes Apr 23, 2019
@jstoffan jstoffan merged commit 753fc14 into box:master Apr 23, 2019
@jstoffan jstoffan deleted the fix-media-overflow branch April 23, 2019 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants