71
Create a Forum Codes and Support / Re: Code Confetti Celebration
« Last post by CreateAForum on November 25, 2025, 06:49:50 pm »Yeah you can adjust. it as well. Came from AI Co-Pilot.
Create A Forum Installed
<script src="https://cdn.jsdelivr.net/npm/canvas-confetti@1.6.0/dist/confetti.browser.min.js"></script>
<script>
document.addEventListener("DOMContentLoaded", function() {
// check if celebration has already run in this session
if (!sessionStorage.getItem("celebrationDone")) {
setTimeout(function() {
confetti({
particleCount: 150,
spread: 70,
origin: { y: 0.6 }
});
// mark as done
sessionStorage.setItem("celebrationDone", "true");
}, 2000);
}
});
</script>
Good to know - but I would still have to dig into the CSS to increase the font size in the quotes. It's hard for *me* to read at points, and probably works better on mobile than on desktop.D'oh. I actually missed this was about the mobile layout and I was talking about the desktop/web browser layout....No worries either way it is in the same spot desktop team as well under your displayname top right.
<hangs head in shame>
Please ignore.