【问题标题】:How can i shift the light gallery thumbnails at the bottom to top?如何将底部的灯光画廊缩略图移动到顶部?
【发布时间】:2017-12-04 07:01:08
【问题描述】:

我正在使用light gallery

http://sachinchoolur.github.io/lightGallery/demos/

我希望缩略图的位置位于顶部而不是底部。有人遇到过这样的问题吗?请帮帮我。

【问题讨论】:

    标签: javascript jquery css lightgallery


    【解决方案1】:

    使用 css 很容易(你可以使用 js/jquery 甚至编辑源文件)。

    在您的样式表中添加这行 css 或在最后一行添加插件样式表:

    .lg-outer .lg-thumb-outer {top:0 !important;bottom: auto !important;}

    【讨论】:

    • 我自己也试过了,但问题是顶部栏与缩略图区域重叠。
    • 缩略图在底部时也会发生同样的情况。当您从下到上拉起缩略图时,它们只会重叠一些按钮,例如缩放、自动播放等。要解决该问题,您可以添加.lg-outer .lg-thumb-outer {top:50px !important;bottom: auto !important;} 而不是顶部。
    猜你喜欢
    • 2012-06-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-10-09
    • 2021-06-26
    • 2016-04-16
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多