commit 7a1eb0a39f3446420a1ac2282568734bdbf16f3a parent 251adcade81784cd3699a168ab6741b9b44fd100 Author: Erik Loualiche <[email protected]> Date: Fri, 13 Mar 2026 21:23:22 -0500 docs: fix GIF table to fit without scrollbar Diffstat:
| M | README.md | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md @@ -8,12 +8,12 @@ <table> <tr> -<td align="center"><strong>xlcat</strong> — view</td> -<td align="center"><strong>xlset</strong> — edit</td> +<td align="center" width="50%"><strong>xlcat</strong> — view</td> +<td align="center" width="50%"><strong>xlset</strong> — edit</td> </tr> <tr> -<td><img src="demo/xlcat.gif" width="480" alt="xlcat demo" /></td> -<td><img src="demo/xlset.gif" width="480" alt="xlset demo" /></td> +<td><img src="demo/xlcat.gif" alt="xlcat demo" /></td> +<td><img src="demo/xlset.gif" alt="xlset demo" /></td> </tr> </table>