I'm currently using fancybox 2 on a php generated image gallery. I'd like to have a multi line "title" in the fancy box.
By default, the image title shown on the fancy box window is the value of the title parameter.
I would like to have the title followed by a description like this :
Title Description
So, Instead of reading the title value, I would like Fancybox reading the content of a custom and invisible div like this :
[title][description]
(of course, [title] and [description] are php generated variables)
I don't know much about js and jquery, so I don't know how to modify this.
If you know how to do that, it would be helpful. Thank you !