使用 img-responsive CLASS
<div class="row"> <div class="col-md-6"> <div> <img src="{{cur_image_path}}" class="img-responsive"> </div> </div> </div>