Quote:
I have a 3 column home page with image link stacked tiles in the right hand column. Would it be possible to make these images responsive too as they fit great on the desktop but are still the same size when viewed on an iPad and need to be smaller to fit in the reduced column.
|
You can make any images responsive, by adding the class "img-responsive".
Quote:
<img src="xxxx" class="img-responsive">
|
If you want a border around the image, you can use class="img-responsive img-thumbnail"