Regarding to my plugin what i developed (Image databanks), one of provider is Giphy, then users can dowload .gif’s or mp4 files… but… Media library shows generated thumbnails for all images, what means, that all files (animated gifs too) are converted to “stills” on preview pane (right sidebar).
Is there a some workaround or planned udpate, to allow showing gif without generating thumbnail preview?
svg is lil bit tricky, because, all php compilers eg imagemagic or gd, is for pixel based sources… but SVG is “scalable vector graphic” … and thats the catch. u need to open that datafile (xml) and replace correct data in viewbox attribute and then resave it…
Yes, that’s why, in a previous patch, they excluded them from the resize process. Before that, when you put a |resize filter to an svg, october throwed an error. Now you can, it’s just ignored. I think gif should be ignored too cause all resize you can make in a gif will kill the gif animation (and who use .gif today if it’s not for the animation).