onimamy / tinycimm

Automatically exported from code.google.com/p/tinycimm
0 stars 0 forks source link

TODO: Add thumbnail support #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
- I need to find an elegant way to be able to insert thumbnails from the
image manager. 

Reproduce TODO:
1. Open up the image manager
2. Click on an image to insert it
3. If option to insert as thumbnail is selected, then insert a small
thumbnail image tag, wrapped with an anchor tag with a (lightbox) classname.

I'm pretty certain nothing needs to be changed on the back-end side, this
is a front-end UI task.

Original issue reported on code.google.com by willis...@gmail.com on 5 May 2009 at 12:11

GoogleCodeExporter commented 8 years ago
Make sure that the modal window class/rel name is changeable via a config option
somewhere. It shouldn't be hardcoded to lightbox.

Original comment by pjsturg...@gmail.com on 6 May 2009 at 12:31

GoogleCodeExporter commented 8 years ago
Thanks for the suggestion pjsturgeon. I think custom class and rel names would 
be
very handy. (For lightbox thumbs and galleries)

I would also like custom thumbnail sizing as well, hooked into the tinycimmimage
resizer. 

This is going to be a UI headache, as I don't want to make the tinycimm dialog
cluttered, i'll need to think of an elegant way to do this. I'm tempted to open 
up
another dialog when inserting a thumbnail that will present the user with all 
the
configurable thumbnail options... hmmm

Original comment by willis...@gmail.com on 6 May 2009 at 12:41

GoogleCodeExporter commented 8 years ago
I've added simple thumbnail functionality with r142, the thumbnail options are
configurable. I'm gonna keep this issue open because i might want to hook 
thumbnails
into the resizer so the user can have custom thumbnail sizes... it would also 
be cool
if the user can select or change the lightbox class and rel attribute...

Original comment by willis...@gmail.com on 10 May 2009 at 8:31