mirror of
https://github.com/e107inc/e107.git
synced 2025-09-01 18:32:44 +02:00
Media-Manager Youtube browser added.
This commit is contained in:
@@ -907,6 +907,27 @@ li.rssRow > div {
|
||||
position: static;
|
||||
}
|
||||
|
||||
.video-responsive {
|
||||
position: relative;
|
||||
padding-bottom: 56.25%;
|
||||
padding-top: 30px; height: 0; overflow: hidden;
|
||||
}
|
||||
|
||||
.video-responsive iframe,
|
||||
.video-responsive object,
|
||||
.video-responsive embed {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
.video-thumbnail iframe {
|
||||
width:142px;
|
||||
|
||||
}
|
||||
/*
|
||||
|
||||
body { background-color: rgb(68, 68, 68); }
|
||||
|
Reference in New Issue
Block a user