Portfolio Page -Resize Images

So I’m creating my portfolio page, and it works great on large screen, but not small screens. The Images overlap the text. Here is the full Pen:http://codepen.io/povern/pen/mAbNqE. The image I’m discussing here starts on line 32.

What I would like it to do, is to resize the second image to fit the col-md-4, and see a shrunken image. NOT to have scroll bars on the image.

Thanks in advance.

PO

You can add class="img-responsive". But you’ll have to remove its height so it is not stretched vertically.

I already have I img-responsive in the code.

You are using an iframe tag…

Jackson, Thanks, that was simple. :rolling_eyes:

The simpler the bug the more invisible they can be :slight_smile: