bigbite / macy.js

http://macyjs.com/
MIT License
1.28k stars 156 forks source link

Is there a way to make Macy responsive? #73

Open Nic787 opened 4 years ago

Nic787 commented 4 years ago

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

aleksandras-va commented 4 years ago

Hey @Nic787, try adding event listener on window object to listen for resize event, then run macyInstance.recalculate(true);