Comments 2Chip started the conversationSeptember 12, 2016 at 11:58pmI added the following css to disable the zoom function, however it is not working. I want to disable the ability to click on the image to open a larger one. thank you..thumb-item .intense-zoom { cursor: default !important; pointer-events: none !important;} li.intense-zoom .image-show { cursor: default!important; pointer-events: none!important;} 1,974Support repliedSeptember 15, 2016 at 10:05pmOpen js/scripts.js and remove this if( $('.intense-zoom').length > 0 ){ var elements = document.querySelectorAll( '.intense-zoom' ); Intense( elements ); } Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy 2Chip repliedSeptember 15, 2016 at 10:50pmthat didn't work :( 1,974Support repliedSeptember 19, 2016 at 6:37pmHi,Please give us an example where you want to disable the zoom. ThanksThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
I added the following css to disable the zoom function, however it is not working. I want to disable the ability to click on the image to open a larger one. thank you.
.thumb-item .intense-zoom {
cursor: default !important;
pointer-events: none !important;
}
li.intense-zoom .image-show {
cursor: default!important;
pointer-events: none!important;
}
Open js/scripts.js and remove this
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
that didn't work :(
Hi,
Please give us an example where you want to disable the zoom. Thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy