IMAGE GALLERY - FOUR VERSIONS

Image Gallery - Beginner

Version one of the image gallery is with the JavaScript embedding in the <head> tags and it play automatically. There is no CSS or JS library

View ImageGallery_beginner

Image Gallery - Intermediate

Version two of the image gallery is similar to the beginner version except that navigation links (next, play/pause/ previous) have been added with the necessary JavaScript code. There is no CSS or JS library.

View ImageGallery_intermediate

Image Gallery - Advanced

Version three of the image gallery using an arrays:

View ImageGallery_advanced (With An Array of Objects)
View ImageGallery_advanced (With Two Arrays)

Image Gallery - Expert

Version four of the image gallery is in a separate folder and uses CSS and JS for the page and a JS library file.

View ImageGallery_expert