Blueimp图库:默认为无边界模式?

时间:2016-03-06 10:15:20

标签: image gallery blueimp

我尝试设置类似于demo one的图库,但只有一个选项,全屏模式。无边界模式应该是每个人的默认模式,不能更改。 文档提供了这个提示:

Bootstrap Image Gallery provides the additional useBootstrapModal option, which enables the original borderless layout as seen in the demo. The easiest way to enable this option is to adjust the lightbox container and set the data-use-bootstrap-modal attribute to false

然而,如果我这样做,它看起来不会很漂亮(没有自动播放,没有箭头,底部没有小预览。 我现在试图找到几天的解决方法,但是无法做到这一点。

任何提示?谢谢!

1 个答案:

答案 0 :(得分:0)

将div改为为我工作

def delLastThree(x):
    x = x.strip()
    x = x[:-3]
    return x

arr = ['test123','test234','test453']
arrDF = pandas.DataFrame(arr)
arrDF.columns = ['colOne']
arrDF['colOne'].apply(delLastThree)
print arrDF