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 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 docs/components/responsive-embed.md (limited to 'docs/components/responsive-embed.md') 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 %} -- cgit v1.2.3