Create a horizontal scrolling layout similar to Masonry
How can I achieve the same effect as jQuery Masonry, but ho开发者_开发技巧rizontally? I.e., I'd like to arrange elements of different size in a brick-like layout that minimizes white space, where the container is of fixed height, and new elements will be added horizontally.
You can use the jquery plugin Isotope. It allows for this exact functionality along with a very robust interactive api.
精彩评论