fix: Add WebP variant for factory-fixes-itself.jpg (#309)

Add factory-fixes-itself.webp (107K vs 169K JPG, 37% smaller) and
wrap the image in a <picture><source> element matching the existing
al76 pattern. The original JPG is kept as fallback.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
openhands 2026-03-19 22:55:32 +00:00
parent 5ca52b8528
commit b1b49e7261
2 changed files with 4 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

View file

@ -463,7 +463,10 @@
<div class="example"> <div class="example">
<h2>The factory fixed itself</h2> <h2>The factory fixed itself</h2>
<img src="factory-fixes-itself.jpg" alt="Screenshot: factory files a bug, fixes it, reviews it, and merges — 14 minutes"> <picture>
<source srcset="factory-fixes-itself.webp" type="image/webp">
<img src="factory-fixes-itself.jpg" alt="Screenshot: factory files a bug, fixes it, reviews it, and merges — 14 minutes">
</picture>
<p> <p>
We filed a bug about the review lifecycle. <strong>14 minutes later</strong>, We filed a bug about the review lifecycle. <strong>14 minutes later</strong>,
the dev-agent picked it up, built a fix, the review-agent approved it, and it the dev-agent picked it up, built a fix, the review-agent approved it, and it