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
{{ message }}
This repository was archived by the owner on Jan 4, 2022. It is now read-only.
I'm having a problem with this script. I want to add dinamically new elements to the grid, but then they wont appear, because fillers who have position absolute appear on page in front of them.
If i resize everything it works fine.
Is there a way to do the same resize does? This way new items can be added dinamically
The text was updated successfully, but these errors were encountered:
an easy way to do this would be to trigger resize on the window $(window).trigger("resize") potentially - there isn't a built in method for this in the plugin.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm having a problem with this script. I want to add dinamically new elements to the grid, but then they wont appear, because fillers who have position absolute appear on page in front of them.
If i resize everything it works fine.
Is there a way to do the same resize does? This way new items can be added dinamically
The text was updated successfully, but these errors were encountered: