aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-08-01 13:51:28 -0700
committerChris Rebert <[email protected]>2015-01-08 13:35:05 -0800
commit901ece7996e4573daef66f265ea7c60bbcedd77e (patch)
tree1b841e48303334fb990872c1006bc596ff9bddf0
parente213bc0cccf236243210830626c415be48aed6f1 (diff)
downloadbootstrap-901ece7996e4573daef66f265ea7c60bbcedd77e.tar.xz
bootstrap-901ece7996e4573daef66f265ea7c60bbcedd77e.zip
add pointer to Masonry in the thumbnail docs
-rw-r--r--docs/_includes/components/thumbnails.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_includes/components/thumbnails.html b/docs/_includes/components/thumbnails.html
index 766d79f36..530ae50fb 100644
--- a/docs/_includes/components/thumbnails.html
+++ b/docs/_includes/components/thumbnails.html
@@ -2,6 +2,7 @@
<h1 id="thumbnails" class="page-header">Thumbnails</h1>
<p class="lead">Extend Bootstrap's <a href="../css/#grid">grid system</a> with the thumbnail component to easily display grids of images, videos, text, and more.</p>
+ <p>If you're looking for Pinterest-like presentation of thumbnails of varying heights and/or widths, you'll need to use a third-party plugin such as <a href="http://masonry.desandro.com">Masonry</a>, <a href="http://isotope.metafizzy.co">Isotope</a>, or <a href="http://salvattore.com">Salvattore</a>.</p>
<h3 id="thumbnails-default">Default example</h3>
<p>By default, Bootstrap's thumbnails are designed to showcase linked images with minimal required markup.</p>