Hi Tristan,
Thanks for the progress so far :-) Anyway, here are some things I would love to see
- Image width and height support. Currently Opera 'collapses' the photos because no width and height attributes are specified within the ``.
- Ability to display the total amount of photos in a particular gallery, or in total e.g
'There are <?=getTotal();?> images in this collection'
Would be cool to add that functionality in the next release.
Comments
realised feature 2 exists within template_functions.php
`<?=getNumImages();?>`
Saj