Set max video height for preview video

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

View file

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