Currently in the process of designing a website and looking to incorporate a unique photo gallery feature. The concept is as follows:
The photo gallery will be displayed in a rectangular/box shape. There are a total of 10 photos, with only 7 initially visible in the gallery while the remaining are hidden. By utilizing buttons labeled "left" and "right", users can navigate through the photos in either direction, revealing previously hidden images. This gallery should loop seamlessly, meaning that when reaching the end of the photos, it will start back at the beginning with the first image. While I have knowledge of HTML and CSS, it seems that CSS alone may not suffice for this type of interactive gallery. It appears that Javascript will be necessary to create the desired functionality, but unfortunately, I am unfamiliar with JS. Despite searching online for pre-made JS gallery scripts, none have met the specific requirements I envision for both how it functions and looks visually.