javascript - Fancybox Question -


Is there a way to open two pictures in one frame?

When creating a fancybox call, it looks like the following,

  & Lt; Id = "single_image" href = "image_big.jpg" & gt; & Lt; Img src = "image_small.jpg" alt = "" / & gt; & Lt; / A & gt;  

image_small will call image_big, and since you can only stick to one URL, then the answer is no.

Maybe it works better for you


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -