I have a web page that displays .gif
images, I want to display only the first frame of the .gif
(without animation) and I don't have a still version of it.
Is this possible?
UPDATE :
I want to make this on the client side. I don't have access to server (i.e) the server gives me .gif
images and I want to display the first frame on my web page. Maybe there is a solution using javascript or css.