Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用light gallery.
light gallery
http://sachinchoolur.github.io/lightGallery/demos/
我希望缩略图的位置位于顶部而不是底部。有人遇到过这样的问题吗?请帮我。
使用 css 很容易(你可以使用 js/jquery 甚至编辑源文件)。
在您的样式表或插件样式表的最后一行添加这行 css:
.lg-outer .lg-thumb-outer {top:0 !important;bottom: auto !important;}