Last Active: Feb 26, 2022
Threads:
33
Posts:
93
Reputation:
1
I've been asked to make a simple html gallery page but I need it to scroll endlessly.
It's the scroll endlessly that I'm having a problem with.
Last Active: Oct 03, 2024
Threads:
67
Posts:
6,378
You'll need to use javascript for that one. It is a very common feature so there are countless code examples and blog posts for endless or infinite scrolling that you can adapt for your project.
Last Active: Oct 03, 2024
Threads:
67
Posts:
6,378
Unfortunately javascript can't be avoided here. Plain HTML lacks the ability to load additional content after the page is rendered.