Is there someone ho knows how to integrate a 360°-Panorama (from KRPano)?
Best Regards, Werner
Hey 360buddy,
Thank you for the inquiry.
We are not familiar with it but we’ve found a few plugins that might help. Please check the links below:
// https://wordpress.org/plugins/panorama/
// https://wordpress.org/plugins/search/panorama+360/
Best regards,
Ismael
they got a nice docu – i think there is no special trick for it: https://krpano.com/docu/embedpano/#top
We do it this way:
Just put this into a code block:
<script src=”https://www.yourdomain/yourpath/tour.js”></script>
<div id=”pano” style=”width:100%; height:450px;”></div>
<script>
embedpano({xml:”https://www.yourdomain/yourpath/tour.xml”, target:”pano”, basepath:”https://www.yourdomain/yourpath/”});
</script>
Hope this helps!
Best regards :)