Reply To: Wanted poster.

Home Forums Support Wanted poster. Reply To: Wanted poster.

Home Forums Support Wanted poster. Reply To: Wanted poster.

#230316
Roberto Enrique

Hi Philippe, I’m aligned with what Tom says, I I generally use native wordpress galleries with this plugin for the lightbox: https://wordpress.org/plugins/wp-imagelightbox/

Then, if you like to make the images bigger on mobile you just need a couple of lines of css, in my case I’m using the 3 column layout, then:


/*STYLES JUST FOR MOBILE*/

@media screen and (max-width: 768px) {
  
.gallery-columns-3 .gallery-item {
        max-width: 100%;
    }

    
}

You can see a demo for that on this page: http://ultralight.artomultiplo.net/gallery/

Please be kind, that website is right now under construction 🙂