aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2020-03-22 19:30:05 +0000
committerXhmikosR <[email protected]>2020-03-24 15:02:58 +0200
commitc96f6391e8d2af216950ae1b3817bb0f8d93a3fb (patch)
treece8bc45d3da5f1fc7df223354fd0564443b7f041
parent1871412978e89dfcaf9d949c08969a4505527fad (diff)
downloadbootstrap-c96f6391e8d2af216950ae1b3817bb0f8d93a3fb.tar.xz
bootstrap-c96f6391e8d2af216950ae1b3817bb0f8d93a3fb.zip
Add explicit title to iframe embed
-rw-r--r--site/content/docs/4.3/helpers/embed.md2
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 >}}