Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorHuroman
    • CommentTimeDec 8th 2009
     
    The gallery shows the square thumbs without cropped style, I'd like the square thumb but with a zoom or cropped, where do i need to modify this?

    Thank you.
    • CommentAuthorHuroman
    • CommentTimeDec 8th 2009
     
    Forget it, after 1 hr finally I found the simple solution:

    In album.php change:

    src="<?php echo plogger_get_picture_thumb(THUMB_LARGE); ?>"

    to

    src="<?php echo plogger_get_picture_thumb(THUMB_SMALL); ?>"