Skip to content

Commit

Permalink
Fix DOMContentLoaded timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio-Emmolo committed Jul 2, 2024
1 parent f693d4a commit bfa1cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ document.addEventListener("DOMContentLoaded", function() {
setTimeout(() => {
console.log("DOM fully loaded and parsed");
addAspectRatioToImage();
} , 100);
} , 300);
})

0 comments on commit bfa1cd7

Please sign in to comment.