Guest User

Untitled

a guest
Jan 16th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. var $container = $('#imageAlbum');
  2.  
  3. $container.imagesLoaded( function(){
  4. $container.masonry({
  5. itemSelector : '.image'
  6. columnWidth: 230;
  7. });
  8.  
  9. });
  10.  
  11. .image{
  12. margin: 10px;
  13. float: left;
  14. width: 230px;
  15. }
Add Comment
Please, Sign In to add comment