Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.
Please keep in mind:
Thank you for the clarification Rodolfo. I know about the download button, but it is still unconventional for there to be no 'right save' click. Can I restore it using HTML/CSS? And if so, do you happen to know what file(s) I need to edit?Most of the users complained about that right-click thing so it was disabled. To download an image there is a separate download button.
Rodolfo, I've tried looking for it but I've been unable to find it. I've also looked in Peafowl.js and still no luck.It should be somewhere in chevereto.js
.on("contextmenu", CHV.obj.image_viewer.container, function(e) {
e.preventDefault();
return false;
})
.on("contextmenu", CHV.obj.image_viewer.container, function(e) {
/*e.preventDefault();
return false;*/
})