Search found 3 matches

by DWaters
Tue Aug 18, 2020 5:17 pm
Forum: CMS Plugins
Topic: Wordpress shortcode not responsive
Replies: 2
Views: 7972

Re: Wordpress shortcode not responsive

This should help you get 100% width (of whatever your shortcode is placed in) and 100vh height (will make the height the same height as your browser window or device height)

Code: Select all

width='100%'
and

Code: Select all

height='100vh'
So like this:

Code: Select all

[ggpkg id=12 width='100%' height='100vh' start_preview='true']
by DWaters
Mon Jul 20, 2020 9:14 pm
Forum: Pano2VR general
Topic: 360 Video default view
Replies: 2
Views: 1159

360 Video default view

Hello, I am trying to get 360 video to work in a tour and I can't seem to change the default view of the video and the loop of video isn't smooth, a black screen flashes at the end before repeating. I've tried changing the default view like normally but all it does is change the view of the image, n...
by DWaters
Mon Apr 27, 2020 9:48 pm
Forum: CMS Plugins
Topic: Full Height player in Wordpress
Replies: 4
Views: 4028

Full Height player in Wordpress

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 entire...