Spherical image

I would like to display spherical images for my client… How can I install the necessary code into a page?

Thanks

You need to acquire the necessary code. Then you can try using phplugins to insert that code.

How are you creating your spherical images?

The more we know about what you’re trying to do, the better chance that someone might have a solution.

Hi Brock,

I have done this in BL3. Here is a wee sample I was working on a while back,

I have not refined it yet as time and family life has got in the way and I have ignored my site for quite a while, but I will give you the run down on how it was achieved and hopefully you can improve on it.

Firstly, you need the 3D image html output, I use 3D vista Virtual Tour Pro (this is not a cheep bit of software but after trying several programs free and paid for I found this to be the best for my needs).

Next, I made a Page Template in backlight with the Presentation Type as Blank.

I then uploaded the 3D HTML output to a directory on my site.

Using Lightroom I uploaded my 360-image using my Template and with the following code in the Main Copy of Page Content pointing to my HTML DIR using iframe.

iframe src=“http://truecolour.synology.me/360/The Cobbler/” width=“100%” height=“500”></iframe

Put < before the start of the code and > after (the page wont let me upload it with them inserted).

You can see the results in my link above.

As said, this can be refined to look better with some tweaking.

P…