Himas Rafeek
Posted on: 1 year ago
CSS

responsive mobile image scaling

allows image to scale to fit mobile windows.


                                          img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}