在我的css文件中,我刚从Bootstrap文档中添加了响应式图像(img-responsive
)的类,但它无法正常工作。
<div class="app">
<div class="img-responsive">
<img src="images/build-icon.png" alt="Icon of the App">
</div>
答案 0 :(得分:3)
根据Bootstrap docs,.img-responsive
类需要在图片上。
<img src="images/build-icon.png" class="img-responsive" alt="Icon of the App">
虽然您只需要将max-width: 100%;
height: auto;
和display: block;
添加到图片中,以使其响应。
答案 1 :(得分:0)
您可以将此类添加到'ProjectName-Swift.h' file not found
,同时将其添加到div
(doc)。试着用这个:
img