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

Video controls off page for widescreen displays #31

Open
corey-c opened this issue Apr 28, 2015 · 1 comment
Open

Video controls off page for widescreen displays #31

corey-c opened this issue Apr 28, 2015 · 1 comment

Comments

@corey-c
Copy link

corey-c commented Apr 28, 2015

I have been trying to solve this for a while with a wordpress theme that uses fluidvids. The full screen display of the video makes the video so large in height the controls are off the page. Is there anyway to change the width of the video to match the aspect ratio of the video and keep the controls on-screen?

@frumbert
Copy link

give .fuidvids-item a max-height of the height of the container you want it to fit to (which you might have to calculate using script or css calc(). That was as the width forces the height to scale it can hit the max-height cap and then stop.

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

No branches or pull requests

2 participants