From 8314cd7bc5929eee475b7f1c0d359be6b238da49 Mon Sep 17 00:00:00 2001 From: Hans Dijkema Date: Sun, 10 Aug 2025 01:16:57 +0200 Subject: [PATCH] ok --- scribblings/ellipsis-msg.scrbl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scribblings/ellipsis-msg.scrbl b/scribblings/ellipsis-msg.scrbl index a652108..00f3c02 100644 --- a/scribblings/ellipsis-msg.scrbl +++ b/scribblings/ellipsis-msg.scrbl @@ -20,7 +20,9 @@ (make-style #f (list (make-alt-tag "video") - (make-attributes (list (cons 'src video))) + (make-attributes (list (cons 'controls "") + (cons 'width "400") + (cons 'src video))) ) ) null))