benvanik / vr.js

NPAPI plugin to expose fun VR devices to Javascript.
Apache License 2.0
498 stars 105 forks source link

Embed tag causes scroll bars #31

Open daredevildave opened 10 years ago

daredevildave commented 10 years ago

I'm trying to run fullscreen apps using vr.js. The embed tag that is used (presumably to load the plugin) seems to be impossible to completely hide. This leaves unsightly scrollbars in my app :cry:

display: none seems to prevent it from loading, as does position: absolute. Any ideas?