composer update
This commit is contained in:
parent
f6abc3dce2
commit
71dfaca858
1753 changed files with 45274 additions and 14619 deletions
|
@ -5,17 +5,7 @@
|
|||
* @see /webform/test_element_media_file
|
||||
*/
|
||||
|
||||
.webform-video-file {
|
||||
position: relative;
|
||||
max-width: 640px;
|
||||
height: 0;
|
||||
padding-bottom: 56.25%;
|
||||
}
|
||||
|
||||
.webform-video-file video {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
|
Reference in a new issue