Automatic Thumbnails

All images loaded into a Vanila site now have thumbnails automatically created.

###What can you do?

* Choose to have all images displayed as thumbnails by default, clicking on the image to see the fullsize picture
* Choose to have all image displayed full size by default
* Choose on a per image basis whether or not it should be viewed as a thumbnail
* Choose on a per reference basis whether or not an image should be included as a thumbnail.
* The max height and width for a thumbnail are configurable

On my site right now, all images are by default thumbnails, with certain images overriding that default.

###How’d I do this?

I’ve made use of the mogrify command from the “imagick” suite, which must be installed for this to work. Each time an image is loaded into the system, I use mogrify to scale the image to be within the max height and width from the site prefs. This image is then loaded into the database alongside the fullsize image.

What do you think?