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