Hi i have a gif whose animation i want to disable programmatically in a web page .I do not want to replace the gif with equivalent image.The gif must be same when "saved as" .And i want to be able to do that for selected gifs only not all gifs
            Asked
            
        
        
            Active
            
        
            Viewed 1,182 times
        
    2
            
            
        - 
                    Why? Sometimes it's good to work out 'why', take a step back, and solve the real problem. – Joe Feb 02 '11 at 14:31
- 
                    Duplicate of http://stackoverflow.com/questions/953766/disabling-gif-animation-in-html – Justin Morgan Feb 02 '11 at 14:32
- 
                    @joe :this only is the real problem , just disabling animation and let users to download view the animation after downloading ;) sounds nerdy but thats the actual requirement – Mukesh gupta Feb 02 '11 at 14:45
- 
                    @belisarius : yeah using html,javascript or php – Mukesh gupta Feb 02 '11 at 14:46
- 
                    @Justin Morgan : i coudn't find the answer to my problem on that page – Mukesh gupta Feb 02 '11 at 14:46
- 
                    @Mukesh the answer in that page is "you can't" – Dr. belisarius Feb 02 '11 at 14:47
- 
                    @Mukesh Take a look at this http://stackoverflow.com/questions/3688460/stopping-gif-animation-programmatically/4276742#4276742 – Dr. belisarius Feb 02 '11 at 14:51
1 Answers
1
            
            
        You could create a thumbnail that is just the first frame (non-animated), then put a download link next to it to download the animated version. Any solution is going to be a workaround though; you can't tell the web browser to not animate animated GIFs.
 
    
    
        Justin Morgan
        
- 2,427
- 2
- 16
- 19
 
    