我試圖創建一個響應行,當在iPad上顯示時,3個圖像像在桌面上一樣穿過屏幕。目前,他們的行爲就像他們在移動和垂直擴展,而不是水平。創建響應行
的圖像是網站上的3系列產品圖片:http://dekatest.neto.com.au/
<div class="container" style="text-align:center;">
<div class="row"><img alt="" src="/assets/images/MEDICAL-RANGE.jpg" style="max-width:100%;" /><img alt="" src="/assets/images/SPROTS-RANGE.jpg" style="max-width:100%;" /><img alt="" src="/assets/images/WELLBEING-RANGE.jpg" style="max-width:100%;" /></div>
</div>
我想你正在使用的引導。你需要將你的圖像包裝在列中。例如。
– reinder