From 44447eeefe61dbb16cab59900c3c061d9f207fbc Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 24 Nov 2014 17:09:32 -0800 Subject: Give all embedded live docs examples data-example-id attrs Refs #11410 --- docs/_includes/components/thumbnails.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_includes/components/thumbnails.html') diff --git a/docs/_includes/components/thumbnails.html b/docs/_includes/components/thumbnails.html index 3b6dfce43..b41fef72e 100644 --- a/docs/_includes/components/thumbnails.html +++ b/docs/_includes/components/thumbnails.html @@ -5,7 +5,7 @@

Default example

By default, Bootstrap's thumbnails are designed to showcase linked images with minimal required markup.

-
+
@@ -42,7 +42,7 @@

Custom content

With a bit of extra markup, it's possible to add any kind of HTML content like headings, paragraphs, or buttons into thumbnails.

-
+
-- cgit v1.2.3 From 3406a5c97a28810844e8553cc9d3bdef7712115f Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 22 Dec 2014 14:52:04 -0800 Subject: Remove holder.js references from syntax-highlighted example HTML Our use of Holder.js in the docs is a mere implementation detail. Don't want to confuse people into thinking Holder.js is somehow required by the Thumbnail component. [skip sauce] --- docs/_includes/components/thumbnails.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_includes/components/thumbnails.html') diff --git a/docs/_includes/components/thumbnails.html b/docs/_includes/components/thumbnails.html index b41fef72e..766d79f36 100644 --- a/docs/_includes/components/thumbnails.html +++ b/docs/_includes/components/thumbnails.html @@ -33,7 +33,7 @@
... @@ -80,7 +80,7 @@
- ... + ...

Thumbnail label

...

-- cgit v1.2.3 From 901ece7996e4573daef66f265ea7c60bbcedd77e Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 1 Aug 2014 13:51:28 -0700 Subject: add pointer to Masonry in the thumbnail docs --- docs/_includes/components/thumbnails.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/_includes/components/thumbnails.html') 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 @@

Thumbnails

Extend Bootstrap's grid system with the thumbnail component to easily display grids of images, videos, text, and more.

+

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 Masonry, Isotope, or Salvattore.

Default example

By default, Bootstrap's thumbnails are designed to showcase linked images with minimal required markup.

-- cgit v1.2.3