Page 1 of 1

Can MoreInfoImageRow Display ONLY the additional image?

PostPosted: Sat Jan 04, 2014 2:38 pm
by dresdena1
SS,
I would like to know if it is possible to set MoreInfoImageRow to display ONLY the additional image (as a thumbnail) without also displaying the primary image (as a thumbnail) and then when the additional image is being displayed to have the primary image as a thumbnail under it?

Currently it displays:

PRIMARY IMAGE (full size)
primary image (thumb) - additional image (thumb)

I would like it to display:

PRIMARY IMAGE (full size)
additional image (thumb)

And then on mouseover:

ADDITIONAL IMAGE (full size)
primary image (thumb)

Is this possible?
dresdena1

Re: Can MoreInfoImageRow Display ONLY the additional image?

PostPosted: Sat Jan 04, 2014 5:00 pm
by Jim
The built in code will always display the original image as a thumbnail along with all the additional images you have assigned. Hovering over the thumbnails will display the image in the larger format where the main image was displayed.
As far as I know there is no way to change this functionality without manually creating your own template and doing all of the layout and display javascript, css etc as you want it.