Images not resizing (default Bootstrap classes only)
In bootstrap 3 Images are no longer responsive by default. Use .img-responsive for fluid size.
Doc:http://getbootstrap.com/getting-started/#migration-dropped
Have you tried adding class="img-responsive" to the problematic images?