Closed dannitoma closed 5 months ago
Hi! It all works great when there's only one zoomist container on the page, but once I add multiple instances it doesn't seem to work. Would you able to help? Thanks.
Hey there, this is the way for multiple zoomist
document.querySelectorAll('.zoomist-container').forEach(container => { new Zoomist(container, { ... }) })
Hi! It all works great when there's only one zoomist container on the page, but once I add multiple instances it doesn't seem to work. Would you able to help? Thanks.