I am trying to get each on the following page:
http://snowbird.camorada.com/test.php
to look in a masonry format like the following:
http://masonry.desandro.com/demos/basic-single-column.html
Here is the div that I want to appear in masonry format:
<div class="tiled">
<div class="newz_caption" style="background: #FFFFFF;">
//content
</div>
</div>
Here is the code that I am using to select the , (Sorry for the comments)
<script>
$(function(){
$('#container').masonry({
// options
itemSelector : '.tiled',
isAnimated: !Modernizr.csstransitions
});
});
</script>
As always, Google is your best friend, mate or sugardaddy.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With