**Description:**
in Firefly web page editing mode ( https://firefly.adobe.com/generate/image?view=edit ), selecting 2:3 as the output aspect ratio always return an 9:16 image, while all other aspect ratios function normally.
**Steps to Reproduce:**
1. Open Firefly (Text to Image).
2. In the Output Ratio selector, choose **2:3**.
3. Generate any image.
4. Output is 9:16 instead of 2:3.
**Evidence (Chrome Console – Request Payload):**
When 2:3 is selected, the request actually contains:
modelSpecificPayload: {
parameters: { addWatermark: false },
aspectRatio: "9:16"
}
This confirms a **front-end configuration or constant-mapping error**, where the 2:3 UI option is mapped to the 9:16 value.
**Environment:**
* Firefly Web Interface
* Mac + Chrome
* Issue reproducible consistently