From 16b76e36eeab2ffcc0b60ef0caf40e08c4bcad02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sat, 1 Nov 2025 14:00:11 +0300 Subject: [PATCH] fix(demo): update the width of demo2 tape (#2164) ![](https://github.com/ratatui/ratatui/blob/images/examples/demo2.gif?raw=true) fixes #1721 --- examples/vhs/demo2.tape | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/vhs/demo2.tape b/examples/vhs/demo2.tape index 88271ff9..8d936d77 100644 --- a/examples/vhs/demo2.tape +++ b/examples/vhs/demo2.tape @@ -6,7 +6,8 @@ Set Theme "Aardvark Blue" # The reason for this strange size is that the social preview image for this # demo is 1280x64 with 80 pixels of padding on each side. We want a version # without the padding for README.md, etc. -Set Width 1120 +# Please note that based on the width the demo may wrap and look corrupted. +Set Width 1160 Set Height 480 Set Padding 0 Hide