<a>
<button>
Make images responsive friendly by adding .img-responsive. This will set a width: 100% and height: auto so the image height will scale with the width.
.img-responsive
width: 100%
height: auto
<img class="img-responsive" data-src="holder.js/600x300/auto" alt="responsive">