toddmotto/fluidvids

Video controls off page for widescreen displays

corey-c opened this issue · 1 comments

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?

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.