diff options
| author | Mark Otto <[email protected]> | 2014-09-26 13:45:28 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-09-26 13:45:28 -0700 |
| commit | 8e25695d09002eb528876435ebb4dadaabab9359 (patch) | |
| tree | 345681c05ac58f543db081b08fc0c5dac90eb5d2 /docs/_includes | |
| parent | 4e17a9be189e50bab2dc27497e853df18c6104ee (diff) | |
| download | bootstrap-8e25695d09002eb528876435ebb4dadaabab9359.tar.xz bootstrap-8e25695d09002eb528876435ebb4dadaabab9359.zip | |
Fixes #14687: Include video element in responsive embed
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/components/responsive-embed.html | 2 | ||||
| -rw-r--r-- | docs/_includes/nav/customize.html | 2 |
2 files changed, 2 insertions, 2 deletions
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 @@ <h1 id="responsive-embed" class="page-header">Responsive embed</h1> <p>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.</p> - <p>Rules are directly applied to <code><iframe></code>, <code><embed></code>, and <code><object></code> elements; optionally use an explicit descendant class <code>.embed-responsive-item</code> when you want to match the styling for other attributes.</p> + <p>Rules are directly applied to <code><iframe></code>, <code><embed></code>, <code><video></code>, and <code><object></code> elements; optionally use an explicit descendant class <code>.embed-responsive-item</code> when you want to match the styling for other attributes.</p> <p><strong>Pro-Tip!</strong> You don't need to include <code>frameborder="0"</code> in your <code><iframe></code>s as we override that for you.</p> <div class="bs-example"> <div class="embed-responsive embed-responsive-16by9"> 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 @@ <!-- NOTE: DO NOT EDIT THE FOLLOWING SECTION DIRECTLY! It is autogenerated via the `build-customizer-html` Grunt task using the customizer-nav.jade template.--> -<li><a href="#import">Import</a></li> +<li><a href="#import-drop-target">Import</a></li> <li><a href="#less">Less components</a></li> <li><a href="#plugins">jQuery plugins</a></li> <li><a href="#less-variables">Less variables</a> |
