Skip to content
Merged

gif #540

Show file tree
Hide file tree
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
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,8 @@ Everything runs on-device. No hosted API, no cloud round-trip.
</p>

<p align="center">
<img width="798" height="326" alt="Cotabby autocomplete demo" src="https://github.com/user-attachments/assets/91d82593-291c-49f8-812e-99e9f239e432" />
</p>

<p align="center">
<img width="798" height="326" alt="Cotabby emoji autocomplete demo" src="https://github.com/user-attachments/assets/c4c6e051-52a5-41fb-84ee-9c668e6f8d04" />
<img src="gifs/slack.gif" alt="Cotabby emoji autocomplete demo" width="700" height="240" style="margin-right:12px;" />
<img src="gifs/imessage.gif" alt="Cotabby autocomplete demo" width="700" height="240" />
Comment on lines +49 to +50
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.

P2 GitHub's HTML sanitizer strips style attributes from rendered Markdown, so style="margin-right:12px;" has no effect. Additionally, both images are set to width="700", which means they will stack vertically on GitHub (the rendered column is ~880 px wide, not 1400 px) rather than sit side-by-side. Reducing each width to around 350–400 px and dropping the no-op style attribute is the simplest fix for a true side-by-side layout.

Suggested change
<img src="gifs/slack.gif" alt="Cotabby emoji autocomplete demo" width="700" height="240" style="margin-right:12px;" />
<img src="gifs/imessage.gif" alt="Cotabby autocomplete demo" width="700" height="240" />
<img src="gifs/slack.gif" alt="Cotabby emoji autocomplete demo" width="400" height="137" />
<img src="gifs/imessage.gif" alt="Cotabby autocomplete demo" width="400" height="137" />

Fix in Codex Fix in Claude Code

</p>

## Features
Expand Down
Binary file added gifs/imessage.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gifs/slack.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.