Tagged: slider
Hi,
how can i put a virtual 360 tour into a slider / slideshow?
There should be normal images as well in the slider.
The virtual tour i have, is made with krpano.
Regards, Simon
Hey simonac!
You can try adding your code to Code Block element and use LayerSlider to embed your code to display it in a slider.
Cheers!
Yigit
Thanks Yigit, it worked!
How can i add a border around the iframe in the code block?
Regards, Simon
Hey!
Can you please post the link to your website and point out the code block element? :)
Cheers!
Yigit
Hi!
Please add following code to Quick CSS
.home #after_layer_slider_1 iframe {
border: 2px solid red;
}
Best regards,
Yigit
Thanks again!! :)