gpt4 book ai didi

twitter-bootstrap - 卡中的 Twitter bootstrap data-src 不起作用

转载 作者:行者123 更新时间:2023-12-03 01:13:44 24 4
gpt4 key购买 nike

按照 example 进行操作twitter bootstrap 网站上给出了以下代码

<div class="card">
<img class="card-img-top" data-src="holder.js/100%x180/" alt="Card image cap">
<div class="card-block">
<h4 class="card-title">Card title</h4>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Button</a>
</div>
</div>

应该会产生一张漂亮的卡片,但它却产生了

enter image description here

谁能告诉我问题出在哪里吗?似乎数据属性对我不起作用。

最佳答案

您从中获取代码的示例使用holder.js,但Bootstrap发行版实际上并未附带holder.js。您的 data-src 属性引用了一个不存在的文件。

如果您需要占位符图像,您可以:

如果您使用常规图像,请记住您必须使用常规源属性:

<img class="card-img-top" src="http://placehold.it/350x150" alt="Card image cap">

关于twitter-bootstrap - 卡中的 Twitter bootstrap data-src 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34112936/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com