Working with Images in Bootstrap
Responsive images are fairly easy to control, both in and out of Bootstrap. Generally, the problem will be that we need to make sure an image doesn’t expand past the size of its containing element if it is going to potentially be scaled down. This can be done in CSS with max-width: 100% Bootstrap gives…