I use the fullPage.js library for a site that displays full page (not full screen) videos. Ie. the video makes up all the browser real estate without borders, even if the browser proportions does not match the aspect ratio of the video.
The problem is, full page videos (also without the fullpage.js library) does not work in Firefox. You can see the official example her:
http://alvarotrigo.com/fullPage/examples/videoBackground.html
I have tried setting the video height with CSS but it changes the full height including the borders.
Apparently there is a difference in CSS handling of video sizes in Chrome vs Firefox.
Can anybody suggest a fix for this problem? CSS or Javascript, if needed.