Is it possible to resize an animated base64 with JavaScript on the client side.
Asked
Active
Viewed 66 times
0
-
Are you trying to scale the image or actually change the dimensions of the image? – Jerhemy Jun 03 '17 at 18:29
-
I am trying to change the dimensions. I don't want to use css. – Daniel Izhar Jun 04 '17 at 12:32
1 Answers
0
A gif is just an image, so yes you can use vanilla javascript to resize it, without the need for an npm package.

WizardCoder
- 3,353
- 9
- 20