Disable Right Click
From KOP KB
Honestly try your hardest not to do this. Also explain to the customer this does prevent people from taking their images.
<div oncontextmenu="return false;">
<!--
Whatever content your wrapping it around goes in between these div tags
-->
whatever image or code
</div>