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 {
|
.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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue