google-code-export / galleriffic

Automatically exported from code.google.com/p/galleriffic
0 stars 0 forks source link

show another image than the thumb #102

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Would it be possible that clicking a thumb would show another image in the
large div below ?

Original issue reported on code.google.com by michel.t...@gmail.com on 21 Apr 2010 at 1:43

GoogleCodeExporter commented 9 years ago
in the lines
<a class='thumb' name='$image_nom' href='$image_source_large'
title='$image_title'>                           
<img border='4' width='$image_width'  height='$image_height' src='$image_source'
alt='$image_title' />

$image_source is for the thumb
$image_source_big is for the large image
if the same, large image is like the thumb, if not, it's different

You can see an example on
http://nextstepdesign.fr/2-stand-salon-exposition.php

Original comment by michel.t...@gmail.com on 12 May 2010 at 9:10