diff options
| author | Mark Otto <[email protected]> | 2017-05-28 11:25:59 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-28 11:25:59 -0700 |
| commit | f682dec5c25f4ff1a29b34e10d339d549359cdb2 (patch) | |
| tree | 56fc1244bdb43bc61152438dfeb32cfcd010ede0 /docs/utilities/responsive-helpers.md | |
| parent | c72cc98bd56fb50259c84a1fced38751009eb930 (diff) | |
| download | bootstrap-f682dec5c25f4ff1a29b34e10d339d549359cdb2.tar.xz bootstrap-f682dec5c25f4ff1a29b34e10d339d549359cdb2.zip | |
new toc in utils and about and extend
Diffstat (limited to 'docs/utilities/responsive-helpers.md')
| -rw-r--r-- | docs/utilities/responsive-helpers.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/utilities/responsive-helpers.md b/docs/utilities/responsive-helpers.md index 0f1a43ee1..ae65eff6b 100644 --- a/docs/utilities/responsive-helpers.md +++ b/docs/utilities/responsive-helpers.md @@ -1,13 +1,13 @@ --- layout: docs title: Responsive helpers +description: Create responsive video or slideshow embeds based on the width of the parent by creating an intrinsic ratio that scales on any device. group: utilities +toc: true --- ## Responsive embeds -Allow browsers to determine video or slideshow dimensions based on the width of their containing block by creating an intrinsic ratio that will properly scale on any device. - Rules are directly applied to `<iframe>`, `<embed>`, `<video>`, and `<object>` elements; optionally use an explicit descendant class `.embed-responsive-item` when you want to match the styling for other attributes. **Pro-Tip!** You don't need to include `frameborder="0"` in your `<iframe>`s as we override that for you. |
