scaleflex / js-cloudimage-360-view

Engage your customers with a stunning 360 view of your products. Any questions or issues, please report to https://github.com/scaleflex/js-cloudimage-360-view/issues
Other
2k stars 230 forks source link

Error loading local files #156

Open fredperes opened 9 months ago

fredperes commented 9 months ago

I tried loading local files:

data-folder="/img/360magnum/" data-filename-x="magnum-{index}.png"

But get this error:

Uncaught TypeError: Failed to construct 'URL': Invalid URL

b = -1 !== new URL(p).origin.indexOf("cloudimg") ? p : "https://".concat(d, ".cloudimg.io/").concat(g).concat(p);

What am I doing wrong?