1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 09:22:55 +02:00

Fixes #14687: Include video element in responsive embed

This commit is contained in:
Mark Otto
2014-09-26 13:45:28 -07:00
parent 4e17a9be18
commit 8e25695d09
10 changed files with 13 additions and 10 deletions

View File

@@ -5433,7 +5433,8 @@ a.list-group-item-danger.active:focus {
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;