fix video style

This commit is contained in:
chiu 2021-08-31 13:04:00 +08:00
parent ed93bc73da
commit 27b3d5f5b4
1 changed files with 3 additions and 7 deletions

View File

@ -176,16 +176,12 @@
[id^="jp_video_"]{ [id^="jp_video_"]{
height: auto !important; height: auto !important;
width: auto !important; width: auto !important;
@media(max-width: 1024px){ min-height: 100%;
max-width: fit-content; min-width: 100%;
} max-width: none !important;
@media(max-width: 768px){ @media(max-width: 768px){
max-width: fit-content;
transform: translateX(-25%); transform: translateX(-25%);
} }
@media(min-width: 1900px){
min-width: 100% !important;
}
} }
.ad-overlay{ .ad-overlay{
background: none; background: none;