Hey,
Id imagine this could be fairly simple to implement.
In a lot of cases, people don’t bother putting proper name/tiles for each image they upload. So they are left with a bunch of random numbers or text as the title above the iLightbox image which doesnt look well.
Now you can disable iLightbox titles globally using this css:
.ilightbox-title {
display:none;
}
However, in some cases a site manager may have put in proper titles for a single gallery and want to the titles turned on. This can of course all be done by targeting individual pages, galleries etc with css but that’s not an optimal solution for a site admin who is not comfortable with css.
So it would be good to have the option within the gallery and galleries asset whereby you can either turn on or turn off the title that appears above each iLightbox image.