Gallery code shows in Preview but not on live site

I have used a third party photo gallery app to produce a gallery on one of my websites. It works fine on preview, but not when exported to the hoster.

I know Webflow can’t help on external code, but I have used the system on loads of sites and it always works fine.

Is there any reason preview recognises it but not the live site?

Share
https://preview.webflow.com/preview/balloon-events?utm_medium=preview_link&utm_source=designer&utm_content=balloon-events&preview=9f96b31bf7654b082b9473c9f11b203d&mode=preview

Preview
http://balloon-events.webflow.io/balloon-decor

Live site
https://www.balloonevents.co.uk/balloon-decor.html

JQuery is not loaded until the before body close area. So scripts that depend on it, must be loaded after.

1 Like

Thanks, but that is not relevant here.

Essentially the code I use starts <canvas data-prodibi='{“type”: etc but on the exported site changes to <canvas data-prodibi="{“type”: etc. In other words the single quote is changed to a double…