This is the website:
I want the panoramic background to be 100% height, no matter what I am trying I can't seem to find why it's not working. Can anyone take a look at the source with fresh eyes and let me know what I'm missing.
Here's the code:
<script src="/vtour/tour.js"></script>
<div id="pano" style="width:100%; height:100vh; overflow:hidden;"></div>
<script>
embedpano({swf:"vtour/tour.swf", xml:"vtour/tour.xml", target:"pano"});
</script>
100vh works fine on desktop but breaks on mobile. I would rather use height:100% When I change the height value, all I get is a white screen and the debug tool shows the height is 0px
Note: It's currently set to 97vh just for testing. But there's still a white bar at the bottom. And even worse on mobile. If you set it to 100vh it breaks on mobile and the navigation buttons disappear.