Set max video height for preview video
This commit is contained in:
parent
85d77a32bf
commit
31414c5458
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue