PhotoBiz has built in image protection for you that prevents people saving your images off your website. Protecting images completely from being screenshot is challenging, as there is no foolproof method to prevent users from taking screenshots of images displayed on their devices. Screenshots can be taken using built-in device functionality, third-party apps, or photographing the screen with another device, like a phone.
However, you can implement some techniques to make it more difficult for users to capture screenshots or make the process less convenient. Here are some strategies you can try.
Add A Watermark Before You Upload
Add a more prominent watermark to your images, either by increasing the opacity or making it more intrusive. This will make it more challenging for someone to use the image without the watermark being visible, discouraging unauthorized use.
Upload Low-Resolution Images
Display low-resolution images on your website or application. While this won't stop screenshots, it may discourage users from capturing them if the quality is not satisfactory.
Disable Right-Click
Implement JavaScript to disable the right-click context menu on the image. This can deter casual users from trying to save the image via the right-click menu. You can add this to your website using the code below. You'll want to add the code in the screen shot below to the CSS/JS section in your website builder.