Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ Everything runs on-device. No hosted API, no cloud round-trip.

| | |
|:---:|:---:|
| <img src="gifs/slack.gif" alt="Cotabby emoji autocomplete demo" width="440" height="220" /> | <img src="gifs/imessage.gif" alt="Cotabby autocomplete demo" width="440" height="220" /> |
| <img src="gifs/autocorrect.gif" alt="Cotabby autocorrect demo" width="440" height="220" /> | <img src="gifs/macros.gif" alt="Cotabby inline macros demo" width="440" height="220" /> |
| <img src="gifs/slack.gif" alt="Cotabby emoji autocomplete demo" width="320" height="180" /> | <img src="gifs/imessage.gif" alt="Cotabby autocomplete demo" width="320" height="180" /> |
| <img src="gifs/autocorrect.gif" alt="Cotabby autocorrect demo" width="320" height="180" /> | <img src="gifs/macros.gif" alt="Cotabby inline macros demo" width="320" height="180" /> |
Comment on lines +54 to +55
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Aspect ratio mismatch may distort GIFs

The original dimensions (440×220) have a 2:1 aspect ratio; the new dimensions (320×180) are 16:9 (≈1.78:1). When both width and height are set on an <img> element, the browser stretches the image to fill those exact pixels. If the source GIFs are actually 2:1, they will appear vertically squished in the new size. If they are 16:9, the original render was horizontally stretched. Either way, one of the two sizes is wrong. Consider specifying only width="320" (dropping height) so the browser scales proportionally and preserves the native aspect ratio.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Fix in Codex Fix in Claude Code


</div>

Expand Down