Anyone good with Fancybox?

nickmcgraw

New Member
I know using fancybox should be easy, but I need help with one little thing.

How do I title each image? Like where do I physically put the words to describe each image? With the <a href> images, or is somewhere else.

And yes, in the head it reads:

'titlePosition' : 'inside'
titleShow' : true

So i'm ready to describe each image...how do I do it?
 

nickmcgraw

New Member
<a href="" title="CONTENT HERE"></a> There you go :)

I knew it was that easy! One more thing...what If I wanted to describe the image? Like "title=Mountain Bike", is there more I can write? How can I describe each image? On the Fancybox website, they have lorem ipsum placeholder text. I can't figure out how they did that
 

ronaldroe

Super Moderator
Staff member
I knew it was that easy! One more thing...what If I wanted to describe the image? Like "title=Mountain Bike", is there more I can write? How can I describe each image? On the Fancybox website, they have lorem ipsum placeholder text. I can't figure out how they did that

They explain it on the website. You can actually have headers and p tags in there, but you have to drop some extra lines in your settings script.
 
Top