Pagination in a PhotoJAR gallery
This will work for some people, but won’t be the solution for everybody. A “real” pagination feature is still on my To-Do List.
This method uses the Wordpress <!--nextpage--> quicktag in conjunction with the (new in PhotoJAR: Base 1.1) offset and limit gallery properties. A post/page containing a gallery with 15 images per page would look like this:
[gallery orderby="post_title" limit="15"]
<!--nextpage-->
[gallery orderby="post_title" offset="15" limit="15"]
<!--nextpage-->
[gallery orderby="post_title" offset="30" limit="15"]
The offset will skip the images displayed on the earlier pages and the limit will restrict each gallery to 15 images. This example will work up to 45 images. Add another page break and gallery to increase capacity.