Skip to content

Commit

Permalink
fix coco carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyHugentobler committed Dec 19, 2024
1 parent b3a3c20 commit 14546eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_includes/plots_carrousel.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@

function updateCarousel3() {
const offset3 = -currentSlide_newname3 * 100;
carousel3.style.transform = `translateX(${offset2}%)`;
carousel3.style.transform = `translateX(${offset3}%)`;
}

function prevSlide3() {
Expand Down

0 comments on commit 14546eb

Please sign in to comment.