S Kuijers
Results
2
issues of
S Kuijers
Since the node update from v18 to v19 mmmagic didn't compile anymore because missing C++ extensions. This merge request fixes that by changing the compiler and target platform. Warning that...
## Symptons Items do not take up full width of the column ## Cause Reload functions misses the masonry options; ``` var reload = function($container,items){ $container.empty(); $(items).each(function(){ $($container).append($(this)); }); $container.masonry('reloadItems');...