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 +- docs/_includes/nav/customize.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_includes') 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.

diff --git a/docs/_includes/nav/customize.html b/docs/_includes/nav/customize.html index 99eaba9cb..fc3733d22 100644 --- a/docs/_includes/nav/customize.html +++ b/docs/_includes/nav/customize.html @@ -1,6 +1,6 @@ -
  • Import
  • +
  • Import
  • Less components
  • jQuery plugins
  • Less variables -- cgit v1.2.3