From the AARoads Wiki: Read about the road before you go
Jump to navigation
Jump to search
.scalable img {
max-width: 100% !important;
height: auto !important;
}
@media all and (max-width: 720px) {
.scalable .lazy-image-placeholder {
width: 100% !important;
max-height: 100%;
}
}