General Availability of Masonry Layout on Wall Plugins

We've had a number of requests for this display format over recent weeks and are excited to announce that it's now available on all collections.


Masonry works by placing elements in optimal position based on available vertical space, sort of like a mason fitting stones in a wall. 


You’ve probably seen it in use all over the Internet. 


Here's a demo of this plugin in action for #glamglowmud:


To enable this new layout, simply pass in isotope as the layout mode:         

candid.wall('#container', { id: '2ce0fe44-b1a3-47d5-8307-7d0f38c53caa', layout: 'isotope' });

 

You can continue to use the standard layout mode as normal: 

candid.wall('#container', { id: '2ce0fe44-b1a3-47d5-8307-7d0f38c53caa', layout: 'standard' });

 

We hope you love it!


Login to post a comment