Posts by Tuxu • 53 points
2 posts
-
0
votes1
answer1634
viewsQ: How to view all images from a folder in html?
I wonder how I could do to list all images of a folder in my html. I want to make my page take all images from my folder and fill my gallery. for example, I have this grid: <!DOCTYPE html>…
-
4
votes1
answer1985
viewsQ: How to insert a water mark in png
Following this example, I would like to be able to use a png in place of the tracks made on the canvas: https://github.com/baivong/Celebrate-Pride-Canvas I’m using this code as a study, because it’s…