I would like a feature to hide the title of the image when viewing the thumbnails is a gallery. The problem is, that all the images in my gallery are of the same object so the title is kind of repetitive.
I tried entering an blank space for the title since drupal requires a title for each node but I worry if this will end causing more problems later.
But it is nice to keep the title displaying in the image alt tags for the search engines.
Comments
Comment #1
praseodym commentedYou will need to override the theme function so that it doesn't show a title or hide it using CSS (easier, but the title will still be loaded in the HTML). Some more info is in the handbook at http://drupal.org/handbook/customization.