Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
actually, the module will already let you change that. There is a themeable function that allows you to change how the images get displayed. in your template.php file, copy the function 'theme_node_images_view' from the module file and rename it to 'yourtheme_node_images_view'. then change the lines
Comments
Comment #1
onepairofpants commentedactually, the module will already let you change that. There is a themeable function that allows you to change how the images get displayed. in your template.php file, copy the function 'theme_node_images_view' from the module file and rename it to 'yourtheme_node_images_view'. then change the lines
to
i think that will accomplish what you need but i haven't tested it. let me know if it works...
Comment #2
pebosi commentedgreat thanks
Comment #3
stefano73 commented