Wouldn't it be amazing if users could easily create lightboxed 'mini-galleries' within nodes?
Will there ever be a way to insert:

· a single image thumbnail, which when clicked opens full-size in lightbox

· a single image thumbnail, which when clicked opens full-size in lightbox with 'next/prev' navigation to several other images?

... without the need to type any html? For instance, a 'lightbox' button of some sort?

Thanks

Comments

Steve Lockwood’s picture

Agree it would be a great feature. It's probably beyond my current capacity to develop this (time being rather scarce)

Possible options:
- a tinymce plugin
- a javascript which converts the images into a lightbox show, which would have the advantage that it would work anywhere, not just in this module

There's a thread here about incorporating lightbox tags in your rich text, http://drupal.org/node/285270. I'm not sure how well it handles resizing images, though.

I'll put it on the list but can't promise anything soon.

Steve