Using Bootstrap 3, how can I display an image cropped in a .col-sm-6
grid column?
The image is 720px wide.
Typically, with the .img-responsive
class, the image will resize proportionally when the display size changes. However, I want to crop the left and right sides of the image to show only the center portion, approximately 50% of the image's original width.