composer update

This commit is contained in:
Oliver Davies 2019-01-24 08:00:03 +00:00
parent f6abc3dce2
commit 71dfaca858
1753 changed files with 45274 additions and 14619 deletions

View file

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