Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
72fb2caf
Commit
72fb2caf
authored
Aug 19, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update thumbnails col classes
parent
01f7bc4d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
components.html
components.html
+9
-9
No files found.
components.html
View file @
72fb2caf
...
...
@@ -2065,22 +2065,22 @@ body { padding-bottom: 70px; }
<p>
By default, Bootstrap's thumbnails are designed to showcase linked images with minimal required markup.
</p>
<div
class=
"bs-example"
>
<div
class=
"row"
>
<div
class=
"col-
lg
-3"
>
<div
class=
"col-
sm-6 col-md
-3"
>
<a
href=
"#"
class=
"thumbnail"
>
<img
data-src=
"holder.js/100%x180"
alt=
"Generic placeholder thumbnail"
src=
"data:image/png;base64,"
>
</a>
</div>
<div
class=
"col-
lg
-3"
>
<div
class=
"col-
sm-6 col-md
-3"
>
<a
href=
"#"
class=
"thumbnail"
>
<img
data-src=
"holder.js/100%x180"
alt=
"Generic placeholder thumbnail"
src=
"data:image/png;base64,"
>
</a>
</div>
<div
class=
"col-
lg
-3"
>
<div
class=
"col-
sm-6 col-md
-3"
>
<a
href=
"#"
class=
"thumbnail"
>
<img
data-src=
"holder.js/100%x180"
alt=
"Generic placeholder thumbnail"
src=
"data:image/png;base64,"
>
</a>
</div>
<div
class=
"col-
lg
-3"
>
<div
class=
"col-
sm-6 col-md
-3"
>
<a
href=
"#"
class=
"thumbnail"
>
<img
data-src=
"holder.js/100%x180"
alt=
"Generic placeholder thumbnail"
src=
"data:image/png;base64,"
>
</a>
...
...
@@ -2089,7 +2089,7 @@ body { padding-bottom: 70px; }
</div>
<!-- /.bs-example -->
{% highlight html %}
<div
class=
"row"
>
<div
class=
"col-
lg
-3"
>
<div
class=
"col-
sm-6 col-md
-3"
>
<a
href=
"#"
class=
"thumbnail"
>
<img
data-src=
"holder.js/100%x180"
alt=
"..."
>
</a>
...
...
@@ -2102,7 +2102,7 @@ body { padding-bottom: 70px; }
<p>
With a bit of extra markup, it's possible to add any kind of HTML content like headings, paragraphs, or buttons into thumbnails.
</p>
<div
class=
"bs-example"
>
<div
class=
"row"
>
<div
class=
"col-
lg-4
"
>
<div
class=
"col-
sm-6 col-md-3
"
>
<div
class=
"thumbnail"
>
<img
data-src=
"holder.js/300x200"
alt=
"Generic placeholder thumbnail"
src=
"data:image/png;base64,"
>
<div
class=
"caption"
>
...
...
@@ -2112,7 +2112,7 @@ body { padding-bottom: 70px; }
</div>
</div>
</div>
<div
class=
"col-
lg-4
"
>
<div
class=
"col-
sm-6 col-md-3
"
>
<div
class=
"thumbnail"
>
<img
data-src=
"holder.js/300x200"
alt=
"Generic placeholder thumbnail"
src=
"data:image/png;base64,"
>
<div
class=
"caption"
>
...
...
@@ -2122,7 +2122,7 @@ body { padding-bottom: 70px; }
</div>
</div>
</div>
<div
class=
"col-
lg-4
"
>
<div
class=
"col-
sm-6 col-md-3
"
>
<div
class=
"thumbnail"
>
<img
data-src=
"holder.js/300x200"
alt=
"Generic placeholder thumbnail"
src=
"data:image/png;base64,"
>
<div
class=
"caption"
>
...
...
@@ -2136,7 +2136,7 @@ body { padding-bottom: 70px; }
</div>
<!-- /.bs-example -->
{% highlight html %}
<div
class=
"row"
>
<div
class=
"col-
lg-4
"
>
<div
class=
"col-
sm-6 col-md-3
"
>
<div
class=
"thumbnail"
>
<img
data-src=
"holder.js/300x200"
alt=
"..."
>
<div
class=
"caption"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment