Html Responsive Widht And Height Image Code Example


Example 1: responsive img


.responsive-img {
max-width:100%;
display:block;
height:auto;
}

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>

Comments

Popular posts from this blog

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy