Kat wrote:Is there is a way to add a button "up" for a gallery, in a sidebar layout like in topbar layout ?
Good observation. I will add this to next release ... Until then, it would have to be custom javascript + CSS.
Kat wrote:Also did you considered a "load more" or pagination for long gallery ?
Yes, but I'm not convinced. X3 already loads images only once they are scrolled into view, and I don't really see how "load more" will offer any benefits. Sounds like "I want to scroll to the footer of page without having to load all images", which in itself is not a logical requirement. Pagination is a bit of an outdated concept, and would require page URL's to reflect upon this, for example /gallery/holidays/{page-number}/ (bad for SEO, URL referencing and caching concepts).
All in all, there may be a few arguments to consider "load more", but there are also many CONS.