diffrenct image for diffrenct view css code example
Example 1: image size css
img {
width: width;
height: height;
}
Example 2: making image responsive
<p>
<a href="MY WEBSITE LINK" target="_blank">
<img src="IMAGE LINK" style='width:100%;' border="0" alt="Null">
</a>
</p>