Thumbnails and cards
Request exact square, portrait, or landscape crops for product grids, article cards, and listings.
Point Skymage at a public source image, then request the width, height, crop, quality, and output format each product, CMS, or app surface needs.
https://demo.skymage.net/v1/assets.example.com/uploads/photo.jpg
?w=640
&h=480
&fit=cover
&f=webp
&q=82
// Same source image, different output sizes
?w=96&h=96&fit=cover
?w=480&h=360&fit=cover
?w=1280&fit=inside&f=avif
A useful image resize API should make the common variants predictable: thumbnails, cards, heroes, avatars, galleries, and detail views.
Request exact square, portrait, or landscape crops for product grids, article cards, and listings.
Normalize customer uploads, profile images, and workspace media without pre-processing jobs.
Serve larger AVIF or WebP variants for LCP, galleries, product pages, and editorial media.
Your app keeps control over dimensions and crops. Skymage handles the resize, format conversion, cache, and delivery path.
| Output | Skymage URL parameters |
|---|---|
| Avatar | ?w=96&h=96&fit=cover&f=webp&q=82 |
| Product card | ?w=520&h=390&fit=cover&f=webp&q=82 |
| Landing hero | ?w=1440&h=810&fit=cover&f=avif&q=84 |
| Gallery detail | ?w=1600&fit=inside&f=avif&q=85 |
Start with a public upload, product image, CMS image, or avatar that repeats.
Measure the rendered slots before choosing width, height, and crop parameters.
Check byte savings, visual quality, dimensions, and cache behavior.
Apply the winning URL helper to the next repeated image pattern only after proof.
Send one public page or image path. The free audit will identify the first source image, the resize parameters to try, and whether Skymage fits your current origin.
Create a Skymage CDN URL, prepend it to your existing image URLs, and let the edge handle optimization, transforms, and delivery.
No credit card required. 14-day free trial.