我想使用引导半滑块轮播,我正在使用 codeigniter。在其中,它使用<div>withbackground-image而不是<img>,就像这样
<div class="fill" style="background-image:url('http://placehold.it/1900x1080&text=Slide One');"></div>
在我看来,它是这样使用的:
<div class="fill" style="background-image:url('../assets/images/image1.jpg')"></div>
但是,它不显示图像。
您的帮助将不胜感激。