We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
051b4bf
There was a problem 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?
Sorry, something went wrong.
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:
<img />
<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!
👍
051b4bf
There was a problem hiding this comment.
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?
051b4bf
There was a problem hiding this comment.
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:Should preset a width style for a pin:
However, you are welcome to fork it and hack it yourself, or send me a jsfiddle that I can help.
Thanks!
051b4bf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍