add video and audio media placeholders in compose form

This commit is contained in:
Mary Kate 2020-08-10 20:46:37 -05:00
parent 37afaaa894
commit c4046cbf7e
4 changed files with 10 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View file

@ -289,6 +289,16 @@
height: 140px; height: 140px;
width: 100%; width: 100%;
overflow: hidden; overflow: hidden;
&.video {
background-image: url('../images/video-placeholder.png');
background-size: cover;
}
&.audio {
background-image: url('../images/audio-placeholder.png');
background-size: cover;
}
} }
} // end .compose-form .compose-form__modifiers } // end .compose-form .compose-form__modifiers