Set max video height for preview video

This commit is contained in:
Robert Long 2021-08-23 12:53:23 -07:00
commit 31414c5458

View file

@ -35,6 +35,7 @@ limitations under the License.
.preview { .preview {
position: relative; position: relative;
max-width: 400px; max-width: 400px;
max-height: 225px;
border-radius: 24px; border-radius: 24px;
overflow: hidden; overflow: hidden;
background-color: #444; background-color: #444;