fix(docs): remove fixed dimensions from README hero image (#29496)

The hero image had explicit width="2688" height="1600" attributes that
caused the image to appear stretched on PyPI and other platforms where
the container width is narrower than 2688px. Without these fixed
dimensions, the image will scale responsively while maintaining its
aspect ratio.

https://claude.ai/code/session_019keR6iXdSkwS3hdBC4CkaE
This commit is contained in:
Mateo Wang 2026-06-02 06:42:38 -07:00 committed by GitHub
parent dba1f2d3f2
commit d76950dfb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@
</a>
</h4>
<img width="2688" height="1600" alt="Group 7154 (1)" src="https://github.com/user-attachments/assets/c5ee0412-6fb5-4fb6-ab5b-bafae4209ca6" />
<img alt="LiteLLM AI Gateway" src="https://github.com/user-attachments/assets/c5ee0412-6fb5-4fb6-ab5b-bafae4209ca6" />
---