Is there any way to change the the sliding pattern when viewing pic in gallery?
I want the next pic to show without the “slide to left/right” animation.
Adding this to your Custom CSS (Settings -> Interface -> Custom CSS) should do the trick:
.Lightbox-carousel {
transition: none;
}
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.