From 35d87bcb25acc5be190c24a8709f4e82a6d845a5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 13 Jul 2014 01:17:54 -0700 Subject: [PATCH] markdownify responsive embed --- docs/components/responsive-embed.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/docs/components/responsive-embed.md b/docs/components/responsive-embed.md index e8ab6ddbc9..5ad5aa84d4 100644 --- a/docs/components/responsive-embed.md +++ b/docs/components/responsive-embed.md @@ -3,17 +3,20 @@ layout: page title: Responsive embed --- -
-

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). -

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 %}
@@ -25,4 +28,3 @@ title: Responsive embed
{% endhighlight %} -