Foto gallery op mobiel
Foto gallery op mobiel
Ik ben er nog niet achter hoe ik de foto gallery op mobiel goed laat werken. Ik heb deze pagina gemaakt: https://www.villa-kerkemeer.nl/gallery.html en wil graag dat de tegels automatisch passend worden gemaakt voor het mobiele scherm. Ik had gehoopt dat de instelling responsive zou werken, maar dat is niet zo. Hoe kan ik dit het beste aanpakken?
Re: Foto gallery op mobiel
It looks like you have a photo gallery in a flex container. As it is, your gallery is a fixed width. If you right click on the photo gallery, select Flexbox and set the flex grow and flex shrink to 1 it will scale within the flex container. Also, if you add breakpoints, you can change the number of columns for the photo gallery in each breakpoint.
Re: Foto gallery op mobiel
Indeed, it's a flex container. I will have a look at it and will change it according to your suggestion. Thanks in advance