From 93e0c2614f4b6456f2bbcfb5122a2a3068c551fc Mon Sep 17 00:00:00 2001 From: heqnx Date: Sat, 5 Jul 2025 16:14:03 +0300 Subject: adding looping, fade in-out videos --- templates/var/www/html/videos/videos.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 templates/var/www/html/videos/videos.json (limited to 'templates/var/www/html/videos/videos.json') diff --git a/templates/var/www/html/videos/videos.json b/templates/var/www/html/videos/videos.json new file mode 100644 index 0000000..3c05dc0 --- /dev/null +++ b/templates/var/www/html/videos/videos.json @@ -0,0 +1,5 @@ +[ + "video1.webm", + "video2.webm", + "video3.webm" +] -- cgit v1.2.3