Hi Felix,
Thank you for including the link, it was very helpful.
I opened the page and checked the dev console in Chrome. Your page’s javascript code fails with the following error:
“(index):65 Uncaught TypeError: Cannot read properties of null (reading ‘parentNode’) at (index):65:13″
This error refers to the following code (which is not a part of 360 View plugin):
<script consent-skip-blocker=”1″ data-skip-lazy-load=”js-extra”>
var element = document.getElementById(“maps-diamant”);
element.parentNode.removeChild(element);
</script>
Since there is no element with id #maps-diamant on that page, the javascript fails and stops working on your entire page, including the plugin code. So you don’t see the 360 image not because of a problem with the plugin, but because you have a problem with that missing #maps-diamant and the code that doesn’t properly handle this situation.
Please address that problem and let me know if you still can’t see the 360 image and I’ll take another look.
Regards,
Andrey