Skip to content

Commit

Permalink
🍻 Bump version v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mystist committed Nov 19, 2015
1 parent d3ae751 commit 051b4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/bootstrap-waterfall.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 comments on commit 051b4bf

@tispratik
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does the bootstrap-waterfall only work for images? Can it work for any div with text content?

@mystist
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, @tispratik , only images currently, do not support background-images of div.

When you want to use it, keep in mind:

<img /> tag should always has a tag wrap it. Let's say:

<div class="pin">
  <img src="images/3.jpg" />
</div>

Should preset a width style for a pin:

  .waterfall .pin {
    width: 200px;
  }

However, you are welcome to fork it and hack it yourself, or send me a jsfiddle that I can help.

Thanks!

@tzwm
Copy link

@tzwm tzwm commented on 051b4bf Jan 29, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.