Implementing jQuery masonry in twitter bootstrap
I want to include this website's masonry plugin implementation into my
below code. I am using bootstrap as CSS so no need for CSS, right?
HTML:
<div class="container-fluid">
<div class="row-fluid">
</div>
</div>
When I am trying to do it, the layout get's messed up.
Please help me :(
No comments:
Post a Comment