Compare commits
2 Commits
4d6a1f512e
...
5df602e26f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5df602e26f | ||
|
|
9707615b63 |
@@ -77,19 +77,10 @@ export default defineComponent({
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%,-50%);
|
||||
// width: 80%;
|
||||
// height: auto;
|
||||
// max-height: 80vh;
|
||||
// width: max-content;
|
||||
position: absolute;
|
||||
video{
|
||||
// width: 100%;
|
||||
// max-height: 80vh;
|
||||
// height: 100%;
|
||||
// object-fit: contain;
|
||||
// width: max-content;
|
||||
max-height: 80vh;
|
||||
max-width: 80vw;
|
||||
max-height:80vh;
|
||||
max-width:80vw;
|
||||
}
|
||||
.general_video_btn{
|
||||
color: #fff;
|
||||
|
||||
Reference in New Issue
Block a user