Open ./styles/Indigo/image_viewer.php and change
- Code: Select all
<img src="./<?php echo $path .$id;?>">
to
- Code: Select all
<a href="./<?php echo $path .$id;?>"><img src="./<?php echo $path .$id;?>" style="max-width: 200px;"></a>
You can change the max-width: 200px on what you like...
I think the effect is more aesthetic than the current.
Regards,
Seifer