The popup video defaults to 16:9. On a mobile phone, the image is too small (limited to the screen width) and I would like to make this appear larger. I have remastered the video file in a format more like phone screen aspect ratio. I added the custom css code below. It sort of works a a compromise. Is there a better way to specify the css to better accomodate the multiple devices? The target is to have the iPhone fill the screen.
div.fancybox-content {
width: 600px !important;
height: 800px !important;
}
Thanks, Marc