fancyapps / fancybox

jQuery lightbox script for displaying images, videos and more. Touch enabled, responsive and fully customizable.
http://fancyapps.com/
7.27k stars 1.78k forks source link

Fancybox Gallery not working with no errors in browser #783

Closed CarlaMck77 closed 10 years ago

CarlaMck77 commented 10 years ago

I used the API Method "Open" to create a gallery on a page. This function has worked for me on other sites before but for some reason, the gallery wont pop up on other sites I am doing.

I am currently using Jquery v1.10.2 but also tested with the v 1.10.1 min.js. Fancybox version : version: 2.1.5.

I see no errors in firebug and all other jquery functions i have on the site works perfectly. I am just a little baffled and would truly appreciate some insight as to why this is happening.

CarlaMck77 commented 10 years ago

I found something that maybe the cause of this. The images I am loading does not have a format tag at the end but are loading through the browser. Is it possible that the upgrade of fancybox has limited the view of image to only a certain format type?

CarlaMck77 commented 10 years ago

This error could have been avoided by using 'type : image'.