I have some trouble sorting the pictures. It seems that the plugin sorts them vertically but I'd like to sort them horizontally.
Example currently:
1 4 7
2 5 8
3 6 9
but I want it to be:
1 2 3
4 5 6
7 8 9
Is there a way to change that?
Thanks!