Flip & Flop
Last updated: January 8, 2026
Flip
You can flip an image vertically or horizontally. This is useful for mirror effects, selfie orientation fixes, and design variations.
flip
flipDescription
Flips the image vertically (top ↔ bottom).
Format
?flip=trueSupported values
true | falseApplied only when
true(not set orfalse→ no effect)
Examples
?flip=true
Vertical flip (top ↔ bottom)
Flop
You can flip an image horizontally (left ↔ right).
flop
flopDescription
Flips the image horizontally (left ↔ right).
Format
?flop=true
Supported values
true | falseApplied only when
true(not set orfalse→ no effect)
Examples
?flop=true
Horizontal flip (left ↔ right)
Using together
?flip=true&flop=trueApplies both vertical and horizontal flips. This can produce an effect similar to a 180° rotation (depending on the content).
Last updated