Add Stipe donations to the website and polish other pages

This commit is contained in:
Keavon Chambers
2025-01-17 15:21:57 -08:00
parent 5aedda0ce8
commit b7907bc96f
12 changed files with 288 additions and 104 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ window.addEventListener("DOMContentLoaded", () => {
new IntersectionObserver((entries) => {
entries.forEach((entry) => {
if (!loaded && entry.intersectionRatio > VISIBILITY_COVERAGE_FRACTION) {
player.play();
player.removeAttribute("preload");
player.setAttribute("autoplay", "");
loaded = true;
};