video handling, tweaks

This commit is contained in:
2024-02-19 17:12:43 +01:00
parent 73e4ea148c
commit 0cf9ddd7eb
3 changed files with 24 additions and 14 deletions
@@ -1,8 +1,6 @@
var slides = [
{
image: "Hello World.mp4",
title: "",
description: ""
},
{
image: "placeholder-16x9.png",
@@ -17,6 +15,6 @@ var slides = [
{
image: "placeholder-16x9.png",
title: "Documentation",
description: `You can find manuals and information at [tooloop-os.org](https://tooloop-os.org).`
description: `You can find manuals and information at **tooloop-os.org**.`
},
]