问题描述
我想知道如果有太多的缩略图可以适应的情况下,可以使用滑动滑动条。
我有一个highslide图库在这里: a href =http://civicsector.org.ua/multimeda/foto/208-akcya-geroyi-nezalezhnost.html =nofollow> http://civicsector.org.ua/multimeda/foto/208- akcya-geroyi-nezalezhnost.html
但是,它中的缩略图被取消了,所以它们都适合拇指条。相反,我希望他们保持宽高比,并使拇指条可滚动,就像这样:
似乎我的代码与示例页面中的代码相同,但由于某种原因,输出是不同的。
.highslide-thumbstrip- horizontal img
{
max-width:inherit;
}
I wonder how to make a highslide thumbstrip scrollable for cases when there are too many thumbnails to fit into it.
I've got a highslide gallery here: http://civicsector.org.ua/multimeda/foto/208-akcya-geroyi-nezalezhnost.html
However, the thumbnails in it get oblated so that all of them fit into the thumbstrip. Instead, I want them to keep the aspect ratio and to make the thumbstrip scrollable, just like here: http://www.roadrash.no/hs-support/gallery-in-page+caption-above-thumbstrip.html
It seems that my code is identical to what is in the example page, but for some reason the output is different.
Could please anyone help me with it?
Thanks.
Bootstrap's CSS (bootstrap.css:101) is clonflicting with Highslide, add this to your CSS
.highslide-thumbstrip-horizontal img
{
max-width: inherit;
}
这篇关于如何使Highslide thumbstrip可滚动?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!