You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: