Mason icon indicating copy to clipboard operation
Mason copied to clipboard

Is there a way to refresh Mason?

Open Ngranja1512 opened this issue 7 years ago • 1 comments

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

Ngranja1512 avatar Sep 09 '18 13:09 Ngranja1512

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.

DrewDahlman avatar Sep 09 '18 14:09 DrewDahlman