Set max video height for preview video
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user