Hi,
How can I disable hover and the popup window to preview uploaded images inside attached files?
Hi,
How can I disable hover and the popup window to preview uploaded images inside attached files?
Hi @christianhodek ,
I suppose the following CSS snippet may help:
img.thumb {
pointer-events: none;
}
Hope this will work for you,
KIR
Hi KIR,
Thanks a lot for your help.