Search code examples
javascriptjquerycsslightgallery

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


I am using light gallery.

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

I want to the position of thumbnails to be at the top instead of bottom. Anyone encountered such an issue? Please help me.


Solution

  • its easy with css (ofc you can do with js/jquery or even editing source file).

    add this line of css in your stylesheet or the plugin style sheet in very last line:

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