I use the JQuery plugin fullPage.js with Bootstrap 3.2 have some problem on Google Chrome.
For example :
I use the Bootstrap 3.2 img-responsive in fullPage demo page. Bootstrap 3.2 img-responsive are working , but it's mistake. the image will follow devices size and it should to auto change size. but it's not. please see the https://i.stack.imgur.com/wsSQN.jpg if I use only Bootstrap 3.2 ,then it is right.
anyone tell me how to fix the problem?
<div class="section" id="section4">
<div class="slide">
<div class="container">
<div class="row">
<div class="col-xs-12 bg-content">
<div class="col-xs-6">
<img src="http://wpb.url.com.tw/sites/41/41da4d25b638fccb871bf8a00bf76187/attachments/Image/Jiu-Ban-.png?1413947626156" class="img-responsive img-rounded" style="width:100%; height:auto;">
</div>
<div class="col-xs-6">
test
</div>
</div>
</div>
</div>
</div>
</div>