By Anatsim on
In the custom node I have added image field.
This node is showed thru Views module which shows thumbnail of this image.
I want to show full-size picture if someone click on thumbnail like first example on www.highslide.com
Is it possible to add script to Views settings ?
Comments
check this project
http://drupal.org/project/highslide
Thanks. But this project is
Thanks. But this project is not for D7
here is the drupal 7 port but please test before using
http://drupal.org/node/1208992#comment-5038226
Thanks, but this port doen't
Thanks, but this port doesn't work with Views module.
I thinks that it shall be more simple way to make this task, for instance rewrite results with
<script src="xxx.js" type="text/javascript"></script>etcpreprocess your view
preprocess your view and add the script and rebuild the result. views preprocess should help you
I'll try
I'll try http://drupal.org/project/lightbox2 first
Lightbox2 works perfect
Lightbox2 works perfect !
Both in Node and Views modes :)
Results could be seen here or here
Topic is closed
Thanks for everybody !