Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #461576

    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?

    #461933

    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

    • This reply was modified 9 years, 5 months ago by Elliott.
    #464682

    Ok.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Clickable Images in Gallery on Mobile Device’ is closed to new replies.