Topic: Spacing above and below images...
First of all, great piece of code, even the free one (which I use).
I'd love to be able to specify the amount of space above and below the images in the imageData.xml file.
For example, where you now have
maxImageDimension="512"
It'd be nice instead to have:
maxWidth="640"
maxHeight="480"
topMargin="5"
bottomMargin="5"
leftMargin="10"
rightMargin="10"
If my images are landscape format, I end up with a large gap of space above the simpleviewer begins making my page look awkward. I know this question is already in the FAQ, just wanted to log it and make a suggestion on what would be needed. :)
If you were to add these new parameters with new names, I'd guess you could still cleanly read older .xml files that didn't contain them.
Thanks again for a great piece of software!
-Greg