diff options
| author | Chris Rebert <[email protected]> | 2014-11-24 17:09:32 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-11-24 17:09:32 -0800 |
| commit | 44447eeefe61dbb16cab59900c3c061d9f207fbc (patch) | |
| tree | 525d43bc16fc00e4d7972c4e3dcc585a1b3f66a3 /docs/_includes/components/responsive-embed.html | |
| parent | c022d88ac5674410fbba00c1c869c4da16fc0067 (diff) | |
| download | bootstrap-44447eeefe61dbb16cab59900c3c061d9f207fbc.tar.xz bootstrap-44447eeefe61dbb16cab59900c3c061d9f207fbc.zip | |
Give all embedded live docs examples data-example-id attrs
Refs #11410
Diffstat (limited to 'docs/_includes/components/responsive-embed.html')
| -rw-r--r-- | docs/_includes/components/responsive-embed.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/components/responsive-embed.html b/docs/_includes/components/responsive-embed.html index b9ced4c5d..bb79053ca 100644 --- a/docs/_includes/components/responsive-embed.html +++ b/docs/_includes/components/responsive-embed.html @@ -4,7 +4,7 @@ <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>, <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="bs-example" data-example-id="responsive-embed-16by9-iframe-youtube"> <div class="embed-responsive embed-responsive-16by9"> <iframe class="embed-responsive-item" src="//www.youtube.com/embed/zpOULjyy-n8?rel=0" allowfullscreen></iframe> </div> |
