desandro / masonry

:love_hotel: Cascading grid layout plugin
https://masonry.desandro.com
16.27k stars 2.11k forks source link

Performance problems on safari (Macbook, iphone) when reinitialize masonry #1186

Open danieljanek78 opened 1 year ago

danieljanek78 commented 1 year ago

Hi, i added a filter to my masonry. After filtering elements (hide / display:none) i want to reinitialize my masonry: $mymasonry.masonry('layout'); This works perfect in Chrome and Firefox, but in Safari Browser it's extreme slow. How can i fix this or is this a known problem? thanks

itsthejoker commented 1 month ago

I am also struggling with this. @danieljanek78 did you ever find a solution?