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
Default: None This object allows you to specify how the total number of columns will change based on the width of the viewport. Setting an option to 780: 3 for example will adjust the column count to 3 when the viewport is <= 780px. If the viewport resizes after the page has loaded, Macy will rerun to ensure optimum sorting
If the column is set to one then Macy will remove all styling to leave you to style it perfectly on mobile.
Added in v2.1 breakAt now supports changing margin within these breakpoints.
On mobile, the layout does switch to single column, but Macy continues to be active. Any changes to the viewport produce a visual lag during which Macy is recalculating the layout, as reflected in the absolute positions assigned to the each element: https://share.getcloudapp.com/bLukXgzO
This remains the case when I set mobileFirst to false and invert the way my breakpoints are set up (so that columns: 1 is nested in a breakpoint under breakAt).
In a single column layout, absolute positioning is unnecessary and makes the site look buggy. Macy should be disabled as specified in the documentation.
The text was updated successfully, but these errors were encountered:
In the documentation it says:
My macy setup:
Everything looks great on desktop: https://share.getcloudapp.com/z8uONPEA
On mobile, the layout does switch to single column, but Macy continues to be active. Any changes to the viewport produce a visual lag during which Macy is recalculating the layout, as reflected in the absolute positions assigned to the each element: https://share.getcloudapp.com/bLukXgzO
This remains the case when I set
mobileFirst
tofalse
and invert the way my breakpoints are set up (so thatcolumns: 1
is nested in a breakpoint underbreakAt
).In a single column layout, absolute positioning is unnecessary and makes the site look buggy. Macy should be disabled as specified in the documentation.
The text was updated successfully, but these errors were encountered: