@media (max-width: 576px) { /*"xxx" the width of window*/
@media (max-width: 576px) { /*"xxx" the width of window*/
.thumb {
.thumb {
width:100%;
width:100% !important;
}
}
}
}
Revision as of 12:13, 17 October 2024
/* CSS placed here will be applied to all skins */.res-imgimg{max-width:100vw;height:auto;}.gallery{margin:0!important;}@media(max-width:576px){/*"xxx" the width of window*/.thumb{width:100%!important;}}