Reputation: 21012
Is there a way to open two pictures in one frame?
Upvotes: 0
Views: 81
Reputation: 2381
When creating a Fancybox call, it resembles the following,
<a id="single_image" href="image_big.jpg"><img src="image_small.jpg" alt=""/></a>
The image_small will call the image_big, and since you can only stick in one url, the answer is no.
Maybe a photo gallery will work better for you?
Upvotes: 2