Images Prompts

← Back to homepage

Image Carousel Prompt
Prompt:
Create a responsive image carousel using HTML, CSS, and JS. Use ___ number of images, ___ transition effect, and ___ navigation style. The carousel should support swipe gestures and display captions for each image.
Example: Create a responsive image carousel using HTML, CSS, and JS. Use 5 images, a fade transition effect, and arrow navigation. The carousel should support swipe gestures and display captions for each image.
Image Grid Prompt
Prompt:
Build a responsive image grid using HTML, CSS, and JS. Use ___ number of columns, ___ gap size, and ___ hover effect. The grid should automatically adjust for mobile screens and display image titles on hover.
Example: Build a responsive image grid using HTML, CSS, and JS. Use 3 columns, 16px gap size, and a zoom-in hover effect. The grid should automatically adjust for mobile screens and display image titles on hover.
Images with Lightbox Prompt
Prompt:
Create a gallery of images with a lightbox feature using HTML, CSS, and JS. Use ___ number of images, ___ lightbox animation, and ___ close button style. Clicking an image should open it in a modal with navigation controls.
Example: Create a gallery of images with a lightbox feature using HTML, CSS, and JS. Use 8 images, a slide-in lightbox animation, and a circular close button. Clicking an image should open it in a modal with navigation controls.