I'm using Filepicker.io to handle my image uploads on my website.
I'm also using FancyBox to display a nice slider. Everything works fine if I use a regular image like: http://i.imgur.com/asdf.jpeg
as the <img src="">
. Meaning I click the images and the slider pops up correctly.
However when I switch out those static image url's and use my Filepicker addresses, when I click on the images to open the fancybox, the image is downloaded.
Here's the message I get in the console, on Google Chrome:
Resource interpreted as Document but transferred with MIME type image/jpeg: "https://www.filepicker.io/api/file/yknn4hWSOOm2NLZYGR3O?dl=false".
Any suggestions?