From 3ec5d448e85b839fb3a8911e815bdd0bc48e3616 Mon Sep 17 00:00:00 2001 From: ValerioSpagnoli Date: Fri, 16 Aug 2024 14:20:06 +0200 Subject: [PATCH] update docs --- carousel.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carousel.html b/carousel.html index 01c074a..2586ce4 100644 --- a/carousel.html +++ b/carousel.html @@ -91,7 +91,7 @@ const tr2 = document.createElement('tr'); const td2 = document.createElement('td'); const img2 = document.createElement('img'); - img2.src = `../outputs/frame_${String(i).padStart(2, '0')}/results.png`; + img2.src = `outputs/frame_${String(i).padStart(2, '0')}/results.png`; img2.alt = `Slide ${i} - Image 2`; td2.appendChild(img2); tr2.appendChild(td2);