Is there a way to change the image displayed on mobile view without using it as a background image? I want to switch out the image based on screen size using media queries - how can I achieve this?
<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>