By sangeetharao on
I have added few(for example 8 images) images to a product node using cck imageupload. In the node view all images are appeared.
Req: In the node view I want to display first image with original sizes, below the first image I want to display remaining 7 images in thumbnail with image title. When I click on that thumbnail image should be changed without reloading/refreshing page and under the title of the node title of image should be displayed.
Could you please give some suggestions?
Is it related to drupal theme?
Thanks
Sangeetha Rao
Comments
DDBlock
Hi Sangeeta
DDBlock module do the same thing. Please check this module
Cheers
Devender
My requirement is in the node
My requirement is in the node itself not in the block. Node contains the information about product and images too. In the node view it should display its information on right side part and product image display on left side upper part, remaining images should be display as thumbnails. When user click on any one of the thumbnails the image related to that thumbnail should be replaced on previous one and information on the right side part remain same and page should not be refresh.