How to change image in mobile view for img
-->
src
? I want to change to different image in mobile view using media query how to do that? I don't want to use it as background image!
<div class="item">
<img src="http://lorempixel.com/1500/600/abstract/1" class="img-responsive">
<div class="container">
<div class="carousel-caption">
<h1>Changes to the Grid</h1>
<p>Bootstrap 3 still features a 12-column grid, but many of
the CSS class names have completely changed.
</p>
</div>
</div>
</div>