Last updated: January 8, 2026
You can flip an image vertically or horizontally. This is useful for mirror effects, selfie orientation fixes, and design variations.
flip
Description
Flips the image vertically (top ↔ bottom).
Format
?flip=true
Supported values
true | false
Applied only when true (not set or false → no effect)
true
false
Examples
Vertical flip (top ↔ bottom)
You can flip an image horizontally (left ↔ right).
flop
Flips the image horizontally (left ↔ right).
?flop=true
Horizontal flip (left ↔ right)
?flip=true&flop=true
Applies both vertical and horizontal flips. This can produce an effect similar to a 180° rotation (depending on the content).
If your selfie looks mirrored left-to-right, flop=true fixes it. For thumbnail styling (mirror effects), flip and flop are handy options.
flop=true
Last updated 1 month ago