diff options
| author | Patrick H. Lauke <[email protected]> | 2020-03-22 19:30:05 +0000 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-03-24 15:02:58 +0200 |
| commit | c96f6391e8d2af216950ae1b3817bb0f8d93a3fb (patch) | |
| tree | ce8bc45d3da5f1fc7df223354fd0564443b7f041 | |
| parent | 1871412978e89dfcaf9d949c08969a4505527fad (diff) | |
| download | bootstrap-c96f6391e8d2af216950ae1b3817bb0f8d93a3fb.tar.xz bootstrap-c96f6391e8d2af216950ae1b3817bb0f8d93a3fb.zip | |
Add explicit title to iframe embed
| -rw-r--r-- | site/content/docs/4.3/helpers/embed.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.3/helpers/embed.md b/site/content/docs/4.3/helpers/embed.md index f6f69c2dc..dcc7ddad6 100644 --- a/site/content/docs/4.3/helpers/embed.md +++ b/site/content/docs/4.3/helpers/embed.md @@ -18,7 +18,7 @@ Wrap any embed like an `<iframe>` in a parent element with `.embed-responsive` a {{< example >}} <div class="embed-responsive embed-responsive-16by9"> - <iframe class="embed-responsive-item" src="https://www.youtube.com/embed/zpOULjyy-n8?rel=0" allowfullscreen></iframe> + <iframe class="embed-responsive-item" src="https://www.youtube.com/embed/zpOULjyy-n8?rel=0" title="YouTube video" allowfullscreen></iframe> </div> {{< /example >}} |
