Working on a website where the main attraction is a javascript-driven 3D carousel, I found the code for it here: https://github.com/kaizouman/3dcarousel
After integrating the carousel code into my site, I made minor adjustments to the number of carousel items and the size of each item. However, I left the rest of the code untouched (demo.js and 3dcarousel.js). The carousel functions perfectly most of the time, but not always. It seems to work best in Chrome (about 90% of the time), followed by Safari (80% of the time), while in Microsoft Edge & IE, it hardly works at all. When it fails to load properly, it simply loads each image individually. In Chrome, refreshing the page multiple times sometimes fixes the issue. Additionally, when navigating to another page in Chrome and then going back, the carousel consistently fails to load.
Below is how it looks in Microsoft Edge or when failing to load in Chrome:
And here's how it appears when loading properly:
I'm stumped as to why this inconsistency is occurring. Any ideas? You can find the website at .