code for an internal CSS rule to make all the images responsive. code example
Example: responsive img
.responsive-img {
max-width:100%;
display:block;
height:auto;
}
.responsive-img {
max-width:100%;
display:block;
height:auto;
}