PDA

View Full Version : Journal style - Increase number of images per page?


dgsmith
Jan-01-2008, 01:37 PM
Is there a neat trick to increase the number of images per page in the Journal style. It appears fixed at 10.

Erie Buoy
Jan-07-2008, 05:42 PM
Is there a neat trick to increase the number of images per page in the Journal style. It appears fixed at 10.
I've just done this exact thing using PBolchover's code. Check out post #4 in this thread (http://www.dgrin.com/showthread.php?t=79393) for the javascript make this happen. The javascript puts the photos that would be on a second page at the end of the first page. Then, you can takeaway the gallery navigation with

.gallery_XXXXXXX #albumNav_top,
.gallery_XXXXXXX #albumNav_bottom {
display: none;
}
You'll have to have some specific javascript code for each gallery that you want to hold to a single page.