macy.js
macy.js copied to clipboard
Is there a way to make Macy responsive?
Hi,
When I resize my browser, I see that the images are becoming weird until they "reload" in the good position when the browser stopped resizing. Is there a way to prevent that from happening?
thank you
Hey @Nic787, try adding event listener on window object to listen for resize event, then run macyInstance.recalculate(true);