This commit is contained in:
2025-08-10 01:16:57 +02:00
parent d450063d63
commit 8314cd7bc5

View File

@@ -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))