We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I expect both instances to work properly and set correct sizes.
One of the instances works perfectly but the height of the second instance is incorrect.
I use the following configuration:
const macyInstance = Macy({ container: `#${wrappedId}`, columns: 1, margin: { x: 32, y: 32, }, mobileFirst: true, breakAt: { 576: { columns: 2, }, 992: { columns: 3, }, }, });
macyInstance.recalculate();
If possible, please upload a screenshot or screen recording which demonstrates the bug.
This is the first instance:
This is the second instance:
The text was updated successfully, but these errors were encountered:
Problem was solved with the recalculateOnImageLoad function.
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
I expect both instances to work properly and set correct sizes.
Actual Behavior
One of the instances works perfectly but the height of the second instance is incorrect.
Step-by-step reproduction instructions
I use the following configuration:
macyInstance.recalculate();
Screenshots, screen recordings, code snippets
If possible, please upload a screenshot or screen recording which demonstrates the bug.
This is the first instance:
This is the second instance:
The text was updated successfully, but these errors were encountered: