0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

Add explicit title to iframe embed

This commit is contained in:
Patrick H. Lauke 2020-03-22 19:30:05 +00:00 committed by XhmikosR
parent 1871412978
commit c96f6391e8

View File

@ -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 >}}