Closed (fixed)
Project:
ImageField
Version:
6.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2010 at 09:57 UTC
Updated:
17 Nov 2020 at 16:53 UTC
Jump to comment: Most recent
Comments
Comment #1
koldtoft commentedAdding...
In addition, the file that is uploaded is not animated even if I just load it in the browser... (it is animated before upload when playing from hard disk)
http://tyndfed.dk/sites/default/files/imagecache/normal/[uid]/1286793604... (this is the link i get from rightclicking the file on lightbox2)
Comment #2
koldtoft commentedI have just discoverd that when I upload a file, it is put on the server..
http://tyndfed.dk/sites/default/files/1286355929868.gif
But that is not the file Lightbox2 links to. (it links to http://tyndfed.dk/sites/default/files/imagecache/normal/1286355929868.gif)
Comment #3
koldtoft commentedI solved it :)
It was ImageCache rescaling the images to "normal" 800x600 and thus linking to a non animated version of the gif.
Comment #5
jianbo1988 commentedI face the same problem, actually drupal automatically compress the animated gif image after you uploaded, so the image you see is not the original gif.
I just try to find how to close or modify this function. but i didn't get that?
Some one can help me?
Comment #6
jianbo1988 commentedCould you tell me How did you solved that?
I face the same problem that my website can't show animated image
Comment #7
vm commentedcheck your field settings ensure no alteration upon upload. Avoid passing through image styles.
Comment #8
capysara commentedThanks! #3 is still helpful years later, and this was one of the first results in my search. My image field allowed .gif files but I was only getting a still image. I was adding the gif to an existing media field, which was applying styling. I added a separate media field just for gifs and it animated as expected.