MetaCDN / videojs-vr_OLD

A video.js plugin that turns a video element into a HTML5 Panoramic 360 video player.
MIT License
24 stars 16 forks source link

Player with fixed size #11

Closed yarandoo closed 7 years ago

yarandoo commented 7 years ago

Hi,

When I tried using the plugin in a player with a width and height different than 100% (Ie: 600px X 500px) the Webvr-buttons are not placed correctly(Outside the player) and the fullscreen toggle does not work correctly neither.

Is this plugin intended to only be used with a video occupying 100% of the screen?. Should I be using the i-frame approach if I want a non fullscreen sized player?

Thanks!

Esteban

jbroberg commented 7 years ago

Hi @yarandoo - definitely recommend the iframe approach for sizing the player. That's how we use it internally anyway.