I have an upload video feature, where the users can click on a link to to view the Video they are uploading in a popup:
Clicking ‘Preview’ results in the following (note that a scroll appears):
I’m trying to work out how I can set the video to not result in a scroll…
Following are the settings for the resuable element on the page where I am using it:
Inside the resuable element, following are the settings for the video…
Popup settings:
I note that the Page settings appear to take precedence over these…
Outter Group settings:
Video settings:
’
Any gurus have any advice?
Adding ’ max-height: 100%;’ to the Video tag does not change anything.