Bootstrap图库 - 自定义CSS预加载器

时间:2016-08-10 15:53:41

标签: html css twitter-bootstrap blueimp

我在我的网站上使用Bootstrap Image Gallery和Blueimp Gallery。我想将标准图库预加载器gif更改为简单的CSS预加载器。任何人都可以告诉如何使它正确吗?我试过了,但它没有正常工作。

这种旋转轮预加载器是我想要添加的而不是gif。 http://www.w3schools.com/howto/howto_css_loader.asp

https://blueimp.github.io/Bootstrap-Image-Gallery/

1 个答案:

答案 0 :(得分:0)

.blueimp-gallery > .slides > .slide-loading {
  background: url(../img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}

https://blueimp.github.io/Gallery/css/blueimp-gallery.css

中定义

您可以复制和编辑它并将其放入自定义CSS,在Bootstrap图库之后链接。