From 81fb03406e33bb6001d6c3232f89d05ce979fd36 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 17 Apr 2015 21:07:09 -0700 Subject: move responsive embed to utilities docs, update the nav to dedupe things --- docs/components/responsive-embed.md | 30 ------------------------------ docs/components/utilities.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 30 deletions(-) delete mode 100644 docs/components/responsive-embed.md (limited to 'docs/components') diff --git a/docs/components/responsive-embed.md b/docs/components/responsive-embed.md deleted file mode 100644 index d2572431e..000000000 --- a/docs/components/responsive-embed.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -layout: page -title: Responsive embed ---- - -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 ` - -{% endexample %} - -Aspect ratios can be customized. There are two available in Bootstrap, 16x9 and 4x3 (two of the most common for video). - -{% highlight html %} - -
- -
- - -
- -
-{% endhighlight %} diff --git a/docs/components/utilities.md b/docs/components/utilities.md index 0d6fe2595..78ee54f82 100644 --- a/docs/components/utilities.md +++ b/docs/components/utilities.md @@ -221,3 +221,31 @@ Utilize the `.text-hide` class or mixin to help replace an element's text conten @include text-hide; } {% endhighlight %} + +### 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 ` + +{% endexample %} + +Aspect ratios can be customized. There are two available in Bootstrap, 16x9 and 4x3 (two of the most common for video). + +{% highlight html %} + +
+ +
+ + +
+ +
+{% endhighlight %} -- cgit v1.2.3