Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ValerioSpagnoli committed Aug 16, 2024
1 parent be1548c commit 3ec5d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carousel.html
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3ec5d44

Please sign in to comment.