I would like to desactivate that popup.
how can I deactivate it in 4.0.3?
thank you!
up
Yes this will be helpful, anyone ?
Might be other ways of doing this but what I did was to edit the design/themes/(your theme)/templates/views/products/components/product_images.tpl file.
Amend the first {include file=“common/image.tpl”… line to be {include file=“common/image.tpl” show_detailed_link=false…
in 4.2 I use this in my-changes.css
.ty-previewer {
pointer-events: none!important;
}
Anyway this code disable the option to copy the url of the image.
someone know a better way to disable it?
thanks!