Browser: Google Chrome 8.0.552.224
Script: prettyPhoto 3.0

When I click to open picture, then close it and try to re-open - js script will not work (picture opened in the current window, not in alert box).

Note: after click to open picture showing notice: "Resource interpreted as image but transferred with MIME type text/html.".

link|improve this question
You are not alone. I am getting this too with Google Chrome and others are saying something similar is occurring in Safari. So, it's a problem in prettyPhoto API, but it's a warning that comes back, not a showstopping error. I don't know the solution yet, but am searching. – Volomike Apr 24 '11 at 2:16
I'm suffering the same problem. Looking at the HTTP traffic, it appears that somewhere the JS is referencing the equivalent of <img src="" />, so it's trying to load the default doc as an image. While not marked as an error by Chrome, this is a fairly severe practical error in that: a) My HTTP logs are going to show 3 hits to the default doc every time it loads skewing analysis, and b) that's an extra 100+K transferred every time that page is loaded. (My page is ~50K and I'm getting the warning twice, hence the default doc being loaded 2 extra times). Sorry I don't have a solutio – user886274 Aug 9 '11 at 15:44
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.