Reputation: 3
Gif images render for a split second, when page is fully loaded then disappear leaving the broken image icon. This happens only in Chrome other browsers it's fine including Safari.
The weird thing is all has been fine and working perfectly for months up until last night.
Chrome's web developer tool reads 'Failed to load resource'.
Any suggestions would be appreciated.
A link to a page is below.
Thanks,
http://www.isenterprises.co.uk/product_info.php?cPath=33_46&products_id=748
(it's the 'Colours Available' colour swatches that don't render properly)
Upvotes: 0
Views: 2151
Reputation: 11
Same issue for me, solved by removing Chrome extensions!
Check what's in there... I had to uninstall "QR Code generator" previously installed. Maybe some extensions need to be updated, but i uninstalled them and now Chrome renders well.
Upvotes: 0
Reputation: 21
In fact IE doesn't know who "Transfer-Encoding" is. You will have to write:
header('Content-Transfer-Encoding: deflate');
in paps_makethumb.php
.
Upvotes: 1