24-May-2017
If you're using
Fancybox with dynamic image
URLs, you may find that the gallery/full screen pop-up is not working. Instead of the pop-up, when clicked, the source image is being loaded in the window as if
Fancybox wasn't initialised. This is because
Fancybox hasn't been able to determine the image type so doesn't know what to do. It's easily rectified.
For example,
URLs like this will cause this issue to surface:
http://<some_domain>/image.php?id=1234
To allow these types of
URLs to work, simply add this parameter to your
Fancybox initialisation:
For example, this is what my
Fancybox initialisation looks like:
That's all there is to it!
-i
A quick disclaimer...
Although I put in a great effort into researching all the topics I cover, mistakes can happen.
Use of any information from my blog posts should be at own risk and I do not hold any liability towards any information misuse or damages caused by following any of my posts.
All content and opinions expressed on this Blog are my own and do not represent the opinions of my employer (Oracle).
Use of any information contained in this blog post/article is subject to
this disclaimer.
Igor Kromin