Kivory
KPCKevin Powell - Community
•Created by Kivory on 11/21/2024 in #front-end
How to parse through images in a folder and display each image on the webpage?
I'd assume to use document.createElement() in a for loop for each file in the folder. How can I go around making that for loop though? How can I use javascript to read what's inside the folder?
4 replies
KPCKevin Powell - Community
•Created by Kivory on 11/21/2024 in #front-end
Trying to get a custom div to follow the cursor. Gives me error "cursorDot.style is undefined"
Here's the code I used in my javascript file:
and the HTML and CSS:
error in console:
"cursorDot.style is undefined"
3 replies
KPCKevin Powell - Community
•Created by Kivory on 10/3/2024 in #front-end
Following "infinite horizontal scroll animation" tutorial from Kevin on Youtube; not working (help!)
35 replies