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

rkdeveloper’s picture

Anatsim’s picture

Thanks. But this project is not for D7

Anatsim’s picture

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> etc

rkdeveloper’s picture

preprocess your view and add the script and rebuild the result. views preprocess should help you

Anatsim’s picture

Anatsim’s picture

Lightbox2 works perfect !
Both in Node and Views modes :)
Results could be seen here or here
Topic is closed
Thanks for everybody !