A plugin for the WordPress Gutenberg block editor.
Easily embed interactive 360° panorama images converted into multi-resolution tiles using Marzipano.
Perfect for virtual tours, exhibitions or immersive media content.
The goal of the project was to implement a panorama in a relatively simple way.
The basic configuration is done via JSON. Everything else is features.
So there is more magic here than planned.
Marzipano is displayed in the backend, but is almost impossible to use there.
app-files/tiles/* to /panorama/marzipano/project/ (for example)app-files/data.js to /panorama/marzipano/project/data.js to config.json, then edit it:
var APP_DATA =;/panorama/marzipano/project/config.jsonThis plugin uses Marzipano (Apache License 2.0) for displaying panoramic images.
Portions of the configuration logic and structure were adapted from Marzipano’s example viewer
(index.html, index.js, style.css), modified to integrate with WordPress Gutenberg blocks.
Includes files Marzipano project (Apache 2.0 License):
All third-party components retain their original licenses.