I\'m building a website for a client who\'s majority of content is video. I\'m using the HTML5 video element to display the content but have problems when it comes to Safari
I used the following CSS that worked for me. Tested on iPad mini with iOS 7.1
video { min-height: 100%; min-width: 100%; height: auto !important; width: auto !important; }