In the example you provides, it seems like background image. So you can style it like below
background-image: url("../images/image_name.jpg");
background-size: cover;
solved How to make a responsive picture
In the example you provides, it seems like background image. So you can style it like below
background-image: url("../images/image_name.jpg");
background-size: cover;
solved How to make a responsive picture