From e894019c7cb9cc969ee8295c3470a4b6f7dec96a Mon Sep 17 00:00:00 2001 From: Seth Rylan Gainey Date: Wed, 20 May 2026 21:16:23 -0400 Subject: [PATCH] fix: use video tag for demo to bypass data-animated-image component GitHub's data-animated-image component suppresses GIFs when the user has Reduce Motion enabled. A video tag renders natively without that component. Co-Authored-By: Claude Sonnet 4.6 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd1447d..2ca1ad0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A TUI [Redis](https://redis.io/) browser, built with [Charm](https://charm.sh/) and inspired by [RedisInsight](https://redislabs.com/redis-enterprise/redis-insight/). -![demo video](https://raw.githubusercontent.com/sethrylan/readis/main/docs/demo.gif) + ## Installing