I've found that the plugin works very well excepting in Internet Explorer 8 and 9. I guess the picture tag is not recognized and the noscript img is not loaded.
What I've done to solve this is add the "img" tag with no "noscript" tag (hammy.php line 155), so that way is loaded in browsers that doesn't support picture tag and it works as expected in browsers that supports the picture tag. I've found the solution reading this article http://www.w3.org/community/respimg/
I hope it helps. thanks
I've found that the plugin works very well excepting in Internet Explorer 8 and 9. I guess the picture tag is not recognized and the noscript img is not loaded.
What I've done to solve this is add the "img" tag with no "noscript" tag (hammy.php line 155), so that way is loaded in browsers that doesn't support picture tag and it works as expected in browsers that supports the picture tag. I've found the solution reading this article http://www.w3.org/community/respimg/
I hope it helps. thanks