This project is an interactive image slider with a product showcase, built using HTML, CSS, and JavaScript. It features PhotoSwipe for image zooming and gallery functionality, making it perfect for e-commerce product displays.
- Responsive Image Slider: Displays a large featured image with a thumbnail gallery.
- PhotoSwipe Integration: Allows zooming and swiping on mobile and desktop.
- Bootstrap UI Elements: Uses Bootstrap badges and buttons.
- Flexible Layout: Built using CSS flexbox for responsiveness.
- HTML5
- CSS3 (with Bootstrap 4.5)
- PhotoSwipe (v5.2.2)
- JavaScript (for interactivity)
- Clone the repository:
git clone https://github.com/your-username/repo-name.git
- Navigate to the project folder:
cd repo-name - Open
index.htmlin your browser.
- Click on thumbnails to change the featured image.
- Click on the featured image to open it in PhotoSwipe.
- Use the arrows, zoom, and close buttons in PhotoSwipe for navigation.
repo-name/
│-- index.html # Main HTML file
│-- example_1_style.css # CSS styles
│-- example_1_slider.js # JavaScript for slider functionality
│-- images/ # Folder containing images
│-- README.md # Documentation
- Change the images in the
images/folder and update paths inindex.html. - Modify
example_1_style.cssto adjust styles. - Edit
example_1_slider.jsto add more functionalities.
- Bootstrap 4.5 (CDN)
- PhotoSwipe 5.2.2 (CDN)
This project is open-source under the MIT License.
Developed by [Osama Aslam]. Contributions and suggestions are welcome!

