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 that to us with the class, .img-responsive.
Additionally, we can put some basic shapes with our images. To allow for borders, rounded corners, and even making it a circle.
Working with Images in Bootstrap was originally found on Access 2 Learn