How do I add images to pages that are responsive?

How do I add images to pages that are responsive?

How to add responsive images:

The image tag has to have the class img-responsive like this:

<img class="img-responsive" src="img_test.jpg" alt="test">

The bootstrap bar in the editor can add this for you:




Click that button and add your image.