Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi
I’ve made an image gallyer but have a problem with it.
When I want to open the picture to a bigger size, there is only a small place where you can click on the image. This place is in the middle, top of the preview pic. Otherwise nothing happens when you click on the image…
How can I make the whole preview pic clickable?
I’ll send the link to the gallery below this post.
Thanks in advance and have a nice day.
Hello,
Please add this code into your Custom Css box:
.cl_gallery.with-lightbox .gallery-item .overlay {
height: 100% !important;
width: 100% !important;
background: rgba(0, 0, 0, 0.05) !important;
}
Let me know if it’s ok like this.
Regards!
It works perfectly now. Thanks a lot and have a nice day! :-)
You must be logged in to reply to this topic.