From d76950dfb656471d1a7e0418fd700cfad01f911b Mon Sep 17 00:00:00 2001
From: Mateo Wang <277851410+mateo-berri@users.noreply.github.com>
Date: Tue, 2 Jun 2026 06:42:38 -0700
Subject: [PATCH] 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
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 8df351e930..9924aeb582 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@
-
+
---