You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
In this example, the text will overflow the square frame container. While the frame itself displays as square, the content inside it presumably takes up the width and height of a frame with a rectangular aspect ratio even though width and height are set to 100%.
app.frame("/test",async(c)=>{returnc.res({image: (<divstyle={{color: "white",display: "flex",fontSize: 60,width: "100%",height: "100%",}}>This is areallylonglineoftextthatoverflowsthesquareframeimagebecausewidthandheightwerenotset</div>),imageAspectRatio: "1:1",// Uncommenting this fixes the issue// imageOptions: {// width: 1200,// height: 1200,// },});});
Link to Minimal Reproducible Example
No response
Steps To Reproduce
Frog Version
0.17.4
TypeScript Version
No response
Check existing issues
I checked there isn't already an issue for the bug I encountered.