Wildhoney / ngVideo

Modularised ~13KB HTML5 audio/video implementation using Angular.js
http://ng-video.herokuapp.com/
MIT License
227 stars 60 forks source link

Full Screen doesn't work correctly #29

Open ace007 opened 9 years ago

ace007 commented 9 years ago

Hi, When entering full screen mode the browser goes full screen but the video doesn't change size. I believe that this is because full screen is called on the container e.g. scope.container.requestFullscreen rather than the player e.g. scope.player.requestFullscreen

When I change the code to use player rather than container the video plays full screen

Wildhoney commented 9 years ago

It's called on the container to include all of the buttons as well. If you just invoked it with the video element then all of the buttons would be missing. Which version of FF?