You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the following example, I'm setting up a div with the CSS property resize to test useContainerForBreakpoints and macy.js is not reacting to the breakpoints when I resize it.
use the lastest version may solve this problem
I have met this problem because I use the http://macyjs.com/assets/js/macy.min.js which verson is 2.0.0 while lastest version is 2.5.1
@fernandodelgadomtech
The example you have allows you to resize the container without resizing the document. We dont listen on containers resize. So add an event listener on the containers resize event that calls macy_instance.recalculate(true, true);
Hello,
in the following example, I'm setting up a div with the CSS property resize to test useContainerForBreakpoints and macy.js is not reacting to the breakpoints when I resize it.
The window one works just fine.
https://js-roryda.stackblitz.io/ Example only
https://stackblitz.com/edit/js-roryda Code
The text was updated successfully, but these errors were encountered: