Have an account?
Log in to check out faster.
Loading...
Want to Win a Free Photo Session?
document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener("click", function (e) { e.preventDefault(); document.querySelector(this.getAttribute("href")).scrollIntoView({ behavior: "smooth", block: "start" }); }); });