Skip to content

Commit 6256854

Browse files
Copilotanxiangsir
andauthored
Fix contributor avatar sizes: replace markdown table with HTML table (#88)
* Initial plan * fix: use HTML table with equal-width cells for uniform contributor avatars Co-authored-by: anxiangsir <31175974+anxiangsir@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: anxiangsir <31175974+anxiangsir@users.noreply.github.com>
1 parent d3f0070 commit 6256854

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -479,9 +479,17 @@ For detailed usage, see the [LLaVA-Next README](llava_next/README.md).
479479

480480
## 👥 Contributors
481481

482-
| <a href="https://github.com/anxiangsir"><img src="https://avatars.githubusercontent.com/anxiangsir?v=4&s=100" width="100" height="100" alt="anxiangsir"/></a> | <a href="https://github.com/FeilongTangmonash"><img src="https://avatars.githubusercontent.com/FeilongTangmonash?v=4&s=100" width="100" height="100" alt="FeilongTangmonash"/></a> | <a href="https://github.com/YunyaoYan"><img src="https://avatars.githubusercontent.com/YunyaoYan?v=4&s=100" width="100" height="100" alt="YunyaoYan"/></a> | <a href="https://github.com/yiyexy"><img src="https://avatars.githubusercontent.com/yiyexy?v=4&s=100" width="100" height="100" alt="yiyexy"/></a> | <a href="https://github.com/Luodian"><img src="https://avatars.githubusercontent.com/Luodian?v=4&s=100" width="100" height="100" alt="Luodian"/></a> | <a href="https://github.com/yshenaw"><img src="https://avatars.githubusercontent.com/yshenaw?v=4&s=100" width="100" height="100" alt="yshenaw"/></a> | <a href="https://github.com/jiankangdeng"><img src="https://avatars.githubusercontent.com/jiankangdeng?v=4&s=100" width="100" height="100" alt="jiankangdeng"/></a> |
483-
| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
484-
| **[anxiangsir](https://github.com/anxiangsir)** | **[FeilongTangmonash](https://github.com/FeilongTangmonash)** | **[YunyaoYan](https://github.com/YunyaoYan)** | **[yiyexy](https://github.com/yiyexy)** | **[Luodian](https://github.com/Luodian)** | **[yshenaw](https://github.com/yshenaw)** | **[jiankangdeng](https://github.com/jiankangdeng)** |
482+
<table>
483+
<tr>
484+
<td align="center" width="14.28%"><a href="https://github.com/anxiangsir"><img src="https://avatars.githubusercontent.com/anxiangsir?v=4&s=100" width="100" height="100" alt="anxiangsir"/><br/><sub><b>anxiangsir</b></sub></a></td>
485+
<td align="center" width="14.28%"><a href="https://github.com/FeilongTangmonash"><img src="https://avatars.githubusercontent.com/FeilongTangmonash?v=4&s=100" width="100" height="100" alt="FeilongTangmonash"/><br/><sub><b>FeilongTangmonash</b></sub></a></td>
486+
<td align="center" width="14.28%"><a href="https://github.com/YunyaoYan"><img src="https://avatars.githubusercontent.com/YunyaoYan?v=4&s=100" width="100" height="100" alt="YunyaoYan"/><br/><sub><b>YunyaoYan</b></sub></a></td>
487+
<td align="center" width="14.28%"><a href="https://github.com/yiyexy"><img src="https://avatars.githubusercontent.com/yiyexy?v=4&s=100" width="100" height="100" alt="yiyexy"/><br/><sub><b>yiyexy</b></sub></a></td>
488+
<td align="center" width="14.28%"><a href="https://github.com/Luodian"><img src="https://avatars.githubusercontent.com/Luodian?v=4&s=100" width="100" height="100" alt="Luodian"/><br/><sub><b>Luodian</b></sub></a></td>
489+
<td align="center" width="14.28%"><a href="https://github.com/yshenaw"><img src="https://avatars.githubusercontent.com/yshenaw?v=4&s=100" width="100" height="100" alt="yshenaw"/><br/><sub><b>yshenaw</b></sub></a></td>
490+
<td align="center" width="14.28%"><a href="https://github.com/jiankangdeng"><img src="https://avatars.githubusercontent.com/jiankangdeng?v=4&s=100" width="100" height="100" alt="jiankangdeng"/><br/><sub><b>jiankangdeng</b></sub></a></td>
491+
</tr>
492+
</table>
485493

486494
---
487495

0 commit comments

Comments
 (0)