Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Gallery Using HTML, CSS, JAVASCRIPT Create a webpage named Gallery that is: Lightbox gallery, When the webpage originally loads up it will include all the
Gallery
Using HTML, CSS, JAVASCRIPT
Create a webpage named Gallery that is:
- Lightbox gallery, When the webpage originally loads up it will include all the images in a grid
- The grid will be responsive so based on the window of the device the number of columns will change for example on 14 inch laptop it will have a grid of 2 columns full of images. On a 20 inch monitor the grid will be 3 columns, on a phone the grid will be 1 column and so on.
- When a user scrolls through the images and clicks on one image it will expand. Now the user can click on the next and previous buttons to see all images. If they press the x button on top right, the expanded version will clear and the grid view of all images will return
- Have a hover effect on the images when its on grid view
- The page can include between 30-50 images but this answer doesnt need to have all those images as long as it is clear to follow and modifiable
- Please include all necessary files and comments on the code to understand and follow along.
- If bootstrap or any other libraries are used please make it clear on how to correctly use it.
- If anything is unclear please let me know thank you!
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started