jquery - How to set masonryhorizontal layout in Isotope -


i'm newbie when comes jquery, i'm editing scripts through modifications. used isotope experiment , here's result: http://rvflores.com/sm-scroll/

i need container appear in masonryhorizontal layout mode without me having click on button on top part change it. read documentation can't seem find how set it, copied script website.

any , suggestions welcome, thank :)

for missed actual answer in comments:

the documentation masonryhorixontal missing layoutmode property.
correct code be:

$('#container').isotope({     layoutmode: 'masonryhorizontal',     masonryhorizontal: {         rowheight: 360     } }); 

this issue cause of this question.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -