Enlarge first thumbnail in album view + enable simple lightbox

Hello,

New to Zenphoto and PHP, and trying to make a quick and simple theme that fits in with an already-created design. I'm basically only looking to use the album view, and just display all of them on the same page. I started out modifying the default theme (you can still see some of the styling I haven't changed yet), and I don't want to use image pages or anything else, just a lightbox. I changed the image link to going directly to the image, but perhaps because it's not an exact link the lightbox doesn't work.

I'd also like to pull in a larger thumbnail for the first image in an album. Is there any way I can easily accomplish that?

Thanks for your help!

Comments

  • acrylian Administrator, Developer
    1. Lightbox: The colorbox is included as a plugin. But you have to enable it for the album page and also add the JS code to setup it to the theme page as well.

    2. Since you surely read the theming tutorial you know about the next_image loop. Put a check there and use a customsize image function to change its size. See the documentation for details.
Sign In or Register to comment.