Page 1 of 1

Full Height player in Wordpress

Posted: Mon Apr 27, 2020 9:48 pm
by DWaters
Hi, I was wondering what is the best way to achieve a fully responsive width & height in the wordpress player? The shortcode currently does not allow you to insert '100%' into the height attribute. It only works on the width. I have a tour set up in its own page where I want it to fill it entirely.

This is mainly an issue on mobile when users who have short devices have to scroll down a lot to just see both the bottom of the pano and the control buttons. If it were responsive, it would adapt to the screen size.

I've searched the forum and documentation and all I've found is that it should already be height responsive based on the parent container, but this isn't the case anymore at least not in my experience.

Thanks for any insight!!

Re: Full Height player in Wordpress

Posted: Thu Apr 30, 2020 11:00 pm
by Hopki
Hi,
Try 100vh in the height box.
Regards,

Re: Full Height player in Wordpress

Posted: Sun May 17, 2020 3:54 pm
by San
what do you mean by test 100 v

Re: Full Height player in Wordpress

Posted: Tue May 19, 2020 12:38 pm
by Hopki
?
I'm not sure I understand, in the height text field you can enter 100vh.
Regards,

Re: Full Height player in Wordpress

Posted: Wed Jul 01, 2020 2:52 pm
by nexusmedia
Hi DWaters,

vh stands for viewport height, so if you enter 100vh the tour should scale to the height of the screen it's viewed on. This will make it responsive for different viewport sizes.

Regards

Wil