1 2 3 4 5 6 7 $('.masonry').masonry({ itemSelector:'.item', //이미지가 포함된 엘리먼트 gutter: 10, //margin horizontalOrder:true //순서대로 정렬 }); https://masonry.desandro.com/ Masonry Install Download CDN Link directly to Masonry files on unpkg. Package managers Install with Bower: bower install masonry --save Install with npm: npm install masonry-layout Getting started HTML Include the Masonry .js file in yo..