I need to show a list of image thumbnails, and the user should be able to select one or more images from this list and then the selected images should be "best fit" displayed. For example, with 3 selections a triangular presentation should be used, with 4 selections a square, and so on.

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

I'd use jQuery with the jQueryUI add-on "Selectable".

Using this, make images selectable and customize the stylesheet to align your images and emphasize the selected ones.

Then, when images are selected, trigger a function that fits the images to your needs. You'll need to add your own logic to the fitting.

link|improve this answer
Thanks, your suggestion worked like a charm! =) – Samuel Jan 18 at 1:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.