how to change the size of mage on mobile in html and css code example
Example: responsive img
.responsive-img {
max-width:100%;
display:block;
height:auto;
}
.responsive-img {
max-width:100%;
display:block;
height:auto;
}