I am developing a Twitter application which references to the images directly from Twitter.
How can I prevent animated gifs from being played?
Using window.stop() at the end of the page does not work for me in Firefox.
Is there a better JavaScript hack? Preferable this should work for all browsers
This is not a cross browser solution but this worked in firefox and opera (not in ie8 :-/). Taken from here