Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm using the jquery.expander.js plugin along with fancybox to display summaries of news articles with images, but after activating fancybox by clicking on an image, the original image is hidden.

I've setup an example here: http://tria.com/test.htm

Any idea how to fix this? I've tried to make fancybox stop replacing the image with a placeholder, but haven't been successful.

share|improve this question

1 Answer

up vote 0 down vote accepted

You should set the attributes class="fancybox" and rel="group" to the anchor <a> tag, not to the <img /> tag. That will solve the issue.

share|improve this answer
That did it. Thanks JFK. – Mute Sep 6 '12 at 14:16

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.