Images in Bootstrap can be made responsive using the img-fluid
class.
img-fluid
sets the maximum width to 100% of the parent container width and the height to scale automatically.
Further information on bootstrap’s responsive images can be found here.