-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
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
Positions of items are not correct initially #36
Comments
I agree, this is concerning issue. Needs urgent fix. |
Any update on the issue? |
I set the option |
I used |
I also encountered same problem.So here is solution:
2.Add this script to index.html otherwise it wont work! <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.1/imagesloaded.pkgd.min.js"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When the page initially loads, all items are in the right column and order, but are stacked on top of each other in an offset. It takes me clicking on an item to trigger a transition where all the items are placed properly. The grid then continues to work as I add or remove items.
screenshot of items overlapping
Is there some option I need to set so that it puts images in the correct position in the initial load?
The text was updated successfully, but these errors were encountered: