bangalore
by jitendravyas
HTML
<img class="resize" src="http://www.everythingclothes.net/img/spiegel-signature-two-way-stretch-collection-square-neck-sheath_8664_500.jpg">
CSS
@media screen and (min-width:1024px) and (max-width:2047px) {
.resize {
width: 400px;
height : auto;
}
.resize {
width: auto;
height : 500px;
}
}