Is it possible to prevent download of images when designing a website?
Say you wish to provide sample high-quality images in your website but also wish to protect them from download, as in you can view them on screen but can't save from the website.Is there a way to do this?**Edit:** This is not something I need to do but as per one method in the answers I had seen the right click disabled on a website and was interested.
The simple answer to this question is `no`. If a user can see the image it means he/she already has it downloaded. The logic here is that before a browser will render image or video it must first download it. So therefore, is high impossible to completly prevent users from downloading your image file when they can see it on their browser.