My Gallery is set to small thumbnails, no lightbox links. This is perfect on the desktop. But on mobile devices, the images are too tiny. I would like them to be clickable – so that the image becomes large, and can easily be closed again – only on mobile. Is this possible?
Hi m!
That would take a lot of time and code and would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.
Or consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest then we may see something get added in a future update.
Or as an alternative you could try adding this to your custom CSS to set them in 2 columns instead of 5 on smaller screens.
@media screen and (max-width:767px) {
#top #wrap_all .avia-gallery-thumb a {
width: 50% !important;
}
}
Best regards,
Elliott
Ok.