From 7a70a8988bac1457fba210787f8b86d944520865 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 12 Jul 2014 02:13:32 -0700 Subject: move responsive embed --- docs/_includes/components/responsive-embed.html | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 docs/_includes/components/responsive-embed.html (limited to 'docs/_includes/components/responsive-embed.html') diff --git a/docs/_includes/components/responsive-embed.html b/docs/_includes/components/responsive-embed.html deleted file mode 100644 index c9e0f5807..000000000 --- a/docs/_includes/components/responsive-embed.html +++ /dev/null @@ -1,23 +0,0 @@ -
-

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 <iframe>, <embed>, 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.

-
-
- -
-
-{% highlight html %} - -
- -
- - -
- -
-{% endhighlight %} -
-- cgit v1.2.3