bigbite/macy.js

Is there a way to make Macy responsive?

Opened this issue · 1 comments

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);