Hi, this has probably asked 100 times, but is therea module that lets you post pictures in a node as a thumbnail, ad when clicking the thumbnail, the page kinda gray out, and the image is enlarged?

Exactly like this site: http://us.blizzard.com/en-us/community/fanart/

Regards

Comments

lukey’s picture

So there are a lot of ways to do this. The feature you are talking about where the image pops up over grayed out overlay is called a lightbox, also known as:

shadowbox
colorbox
fancybox
thickbox

http://drupal.org/project/lightbox2 This module integrates with gallery module which should do what you want.

Or, what you can do is create a view using the views module and set it up to show thumbnails of your images with the lightbox link.