I am looking to showcase 6 images on a page using the Bootstrap grid layout. The images should be displayed in two rows, with 3 images in each row. Additionally, I want to implement a filter functionality using Isotope, so users can click on a specific category (e.g. "marine") to view related images. Initially, I want to display only 3 images, with the remaining 3 images hidden. Upon clicking a "See more" button, the hidden images should be revealed. It is crucial that the images remain aligned properly, as they are when all 6 images are visible. When the extra images are hidden, I do not want them to occupy space on the page. The "See more" button should be placed before the first row of images.
I have tried using the display:none CSS property to hide the images, but it still takes up some space on the page.
If anyone can assist me in achieving this, I would greatly appreciate it.
Thank you in advance!