I just downloaded the source code for Bootstrap 4 alpha 2 and can\'t find the class img-responsive in it. It exists in Bootstrap 3 source code and I can find it
Images in Bootstrap are made responsive with .img-fluid. max-width: 100%; and height: auto; are applied to the image so that it scales with the parent element.