私はこれで初めてで、ブートストラップ行に2枚の写真を並べて表示しようとしていますが、カラムが機能していないようです。私は間違って何をしていますか?助けをよろしくお願いします。ブートストラップカラムが機能しない
<div class="row" style="width: 100%">
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
<img src="https://heavyeditorial.files.wordpress.com/2016/02/david-joseph.jpg?quality=65&strip=all&strip=all/200x200" class="img-thumbnail img-responsive" alt="David Joseph">
<p class="caption">David Joseph was unarmed when he was fatally shot by Austin police. <em>Photo credit: APD</em></p>
</div>
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
<img src="http://assets.nydailynews.com/polopoly_fs/1.2523996.1454945162!/img/httpImage/image.jpg_gen/derivatives/article_400/observer9n-3-web.jpg" class="img-thumbnail img-responsive" alt="Antronie Scott">
<p class="caption">San Antonio police fatally shot Antronie Scott, who was also unarmed. <em>Photo credit: SAPD</em></p></div>
</div>
あなたが閉じているdivタグをなぜあなたは幅:100%を使用していますか? –
jsfiddleを追加してコードを編集しやすくしてください:) –
https://jsfiddle.net/#&togetherjs=LLL9w4hbrT – ERM