Hi, how can i disable lightbox popup on image gallery, i just want to display image no lightbox, any advise?
Hi @mughal,
you can create a new CSS class and apply it to the gallery container > style > element > ID & class.
.no-pointer-event {
pointer-events: none !important;
}
Hi @Martin i tried exactly you said but not working … please advise
@mughal could you please remove .ed-element
from line 855
@Martin i was very surprised also found it so funny at the same time to know what i had to do is just uncheck “Enlarge” from gallery properties and it works how i wanted it to be, but you were telling me to add new class then inject snippet in css … isn’t it funny?