diff --git a/docs/assets/js/custom.js b/docs/assets/js/custom.js index e72f4a5..6df529d 100644 --- a/docs/assets/js/custom.js +++ b/docs/assets/js/custom.js @@ -131,6 +131,7 @@ $(".step-thumb").on("mouseover", function() { /* Set picture image source to the thumbnail image source */ $(this).closest(".step").find(".step-picture").attr("src", $(this).attr("src")); + $(this).closest(".step").find(".boxedThumb").attr("href", $(this).attr("src")); /* Activate the corresponding thumbnail and deactivate all others */ $(this).addClass("active")