如何将底部的灯光画廊缩略图移动到顶部?

How can i shift the light gallery thumbnails at the bottom to top?

我正在使用 light gallery

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

我想让缩略图的位置在顶部而不是底部。有人遇到过这样的问题吗?请帮助我。

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

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

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