The three levers of file size
- Format — compressing a PNG photo as PNG barely helps; re-encode it to JPG instead.
- Dimensions — a 6000×4000 image stays heavy even at low quality; shrink the pixels.
- Quality — lowering the JPG quality setting trades detail for size.
How to actually shrink it
- If it is a PNG photo, convert to JPG first.
- Resize the pixel dimensions to what you actually need (e.g. 1920px wide).
- Then run the compressor below and lower quality until it fits.
Tips
- Flat graphics and text compress poorly as JPG — resize them instead.
- A file that won't shrink further is probably already optimized.