Galleries
Robert van Twillert
Yes.. very needed!
To speed up development: Just go to chat-gpt or something and ask for this and make your custom implemenatation:
"write a php CRUD-script for an image gallery on a website. backend should have an upload field (multiple files at once). Max file size is: 500kb per iamge. minimum dimensions are 200x200pixels. Maximum is 5000x5000. Once you upload multiple files, you can add a custom title and change the sort order. And only allow jpg, png and other common website image formats. Front-end Show a preview in a 2:3 format. With pagination. Show title and show a larger image in a lightbox. make the lightbox not bigger then the viewport. And if you click on the image, you get the next image. If you click outside the lightbox, the lightbox closes automatically. "