Hi
I use ImageSizePlugin a lot :
[[ViewTemplate]]
...
<div macro='tiddler "FetThumbnails" thumbnails with:{{tiddler.title}}'></div...
FetThumbnails
<<tiddler AutoRefresh>><<forEachTiddler
where
'tiddler.tags.contains("attachment") && tiddler.tags.contains("$1") && tiddler.text.contains("image") '
sortBy
tiddler.created
descending
write
'"[img(,5em+)["+tiddler.title+"]] "'>>
But depending on the image size, it is sometime a bit clumsy to use the interactive resizing to enlarge one or several pictures for presentation or printing purpose.
Would it be interesting to roll configurations (if exist) through shift+click ?
ex :
[img(,5em)(,10em)(100,)[image]]
Or maybe there is another plugin or solution that I don't know...
Regards
Julien