Bootstrap image responsive

Hi, I am trying to build my tribute page, but i can’t make my image responsive. It does not resize right, like here for example https://www.w3schools.com/bootstrap/tryit.asp?filename=trybs_ref_img-responsive&stacked=h

Here is what i got https://codepen.io/iiliev123/pen/BdMmGd just to show you my problem.

I would be very grateful if someone could help me :slight_smile:

Hey. You are using Bootstrap 4 and in that version there’s no img-responsive class. It has been changed to img-fluid. So, change the class or change Bootstrap’s version, your choice!

1 Like