Skip to content

Fix hero video rendering by switching img to video tag#21

Merged
gauthierpiarrette merged 2 commits intomainfrom
cleanup/readme
Feb 19, 2026
Merged

Fix hero video rendering by switching img to video tag#21
gauthierpiarrette merged 2 commits intomainfrom
cleanup/readme

Conversation

@gauthierpiarrette
Copy link
Owner

@gauthierpiarrette gauthierpiarrette commented Feb 19, 2026

What

Brief description of the change.

Why

Context or issue link.

How to test

Steps to verify this works, or note if covered by automated tests.

Checklist

  • uv run task check passes (lint + format + tests)
  • New code has type hints on public functions
  • No dead code or commented-out code added

MP4 files cannot be rendered with <img>; use <video> with autoplay,
loop, muted, and playsinline attributes for GitHub README display.
@gauthierpiarrette gauthierpiarrette merged commit 0533954 into main Feb 19, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant