GIF Speed Changer
Free GIF speed changer: speed up GIF, slow down animated GIF, change frame delay online—0.02s to 2.0s slider, preview, download in browser.
Upload an animated GIF, then adjust dimensions and click Resize GIF to preview here.
Help Us Improve
—
(—)
Free GIF resizer: resize GIF, change GIF dimensions, and downsize animated GIFs online. Adjust width and height in pixels with aspect ratio lock. Preserves animation, no upload required.
Custom Width & Height
Set exact pixel dimensions for your resized GIF from 1 to 9999 pixels. Enter any width and height combination you need.
Aspect Ratio Lock
Enable constrain proportions to maintain the original GIF aspect ratio. The tool fits your GIF within the requested dimensions without stretching or distortion.
Free Stretch Mode
Disable constrain proportions to set width and height independently. Stretch or squeeze GIFs to any custom aspect ratio.
Animation Preserved
Every frame is scaled individually. The animation speed, frame delays, and looping are all preserved in the resized GIF.
Client-Side Processing
GIF parsing, per-frame scaling, and GIF re-encoding happen entirely in your browser. No server uploads.
1. Upload Your GIF
Drag and drop an animated GIF file into the upload area, or click to browse from your device.
2. Enter New Dimensions
Type your desired width and height in pixels. Enable constrain proportions to maintain the aspect ratio and avoid stretching.
3. Resize & Download
Click Resize GIF to scale every frame to the new dimensions. Preview the resized animation and download your GIF.
Use Constrain Proportions for Quality
Keep constrain proportions enabled when you want a clean, undistorted resize. The tool scales to fit within your dimensions while maintaining the original shape.
Check Common Platform Sizes
Discord emotes need 128×128, stickers 320×320. Twitter GIFs display at up to 1280×720. Use these targets for the best social media results.
Downsize for Faster Loading
If loading speed matters, reduce GIF dimensions. A 320×240 GIF loads significantly faster than a 1280×720 GIF with the same number of frames.
Preview Before Downloading
Review the resized GIF in the preview area to check for any unexpected stretching, pixelation, or quality issues before saving.
Ezgif.com
The most popular GIF resizer with pixel, percentage, and preset size options. Requires server upload. Supports batch resizing.
Iloveimg.com
Bulk image resizer that also handles GIFs. Offers percentage and pixel resizing. Files uploaded to their server for processing.
Clideo.com
GIF resizing with dimension controls and aspect ratio lock. Needs internet connection for processing. Free tier has limitations.
GIF Resizer
Resize animated GIFs online with custom pixel dimensions. Aspect ratio lock for distortion-free scaling. All processing in your browser with no upload.
Discord Emotes & Stickers: Resize GIFs to 128×128 for Discord emotes or 320×320 for Discord stickers. No annoying file size restrictions, but you still have to keep uploads within Discord limits.
Social Media Posts: Resize GIFs to optimal dimensions for Twitter (max 5 MB on mobile), Instagram stories, or messaging apps. Smaller GIFs load faster and share more easily.
Email Attachments: Downsize large GIFs to smaller dimensions for email attachments. Most email clients have file size limits, and smaller GIFs are more likely to display correctly.
Website Optimization: Scale GIFs down to exact display dimensions for web pages. Avoid loading oversized GIFs and using CSS to scale them — resize to the actual display size for faster page loads.
No Software Required
Works entirely in your browser. No Photoshop, no video editors, no apps to install.
Animation Preserved
Unlike static image resizers, this tool preserves every frame, timing, and loop of your animated GIF.
Complete Privacy
Your GIF files stay on your device. All processing runs locally in JavaScript.
100% Free
No sign-ups, no watermarks, no limits. Resize as many GIFs as you need.
“The Graphics Interchange Format is a bitmap image format that supports animations.”
GIF — Graphics Interchange Format: GIF is a widely supported animated image format. This tool scales GIF frames while preserving animation timing and looping. en.wikipedia.org/wiki/GIF
“The Canvas API provides a means for drawing graphics via JavaScript and the HTML canvas element.”
Canvas API (client-side rendering): This tool uses the Canvas 2D API with smooth scaling to resize each GIF frame — entirely in your browser. developer.mozilla.org/en-US/docs/Web/API/Canvas_API
“Image scaling is the process of resizing a digital image. The Canvas API provides high-quality bicubic interpolation for smooth scaling.”
Image scaling: Each GIF frame is individually scaled using canvas drawImage with smoothing, producing clean resized frames without pixelation. en.wikipedia.org/wiki/Image_scaling
“LZW is a universal lossless data compression algorithm used in the GIF format and other file formats.”
LZW Compression: After resizing frames, the tool re-encodes them using LZW compression to produce a valid GIF89a file with all animation preserved. en.wikipedia.org/wiki/Lempel%E2%80%93Ziv%E2%80%93Welch