From 8e25695d09002eb528876435ebb4dadaabab9359 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 26 Sep 2014 13:45:28 -0700 Subject: Fixes #14687: Include video element in responsive embed --- docs/_includes/components/responsive-embed.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes/components/responsive-embed.html') diff --git a/docs/_includes/components/responsive-embed.html b/docs/_includes/components/responsive-embed.html index c9e0f5807..6976cb6c7 100644 --- a/docs/_includes/components/responsive-embed.html +++ b/docs/_includes/components/responsive-embed.html @@ -2,7 +2,7 @@

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.

+

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.

-- cgit v1.2.3