Posts Tagged ‘image protection’
Hiding & protecting images on web
You can protect your images at least from amateurs by using the original image as a background & put a transparent-blank file over it that matches the size of the real image. Here’s the code;
<div id=”image1″ style=”background-image: url(yourimage.jpg); background-repeat:no-repeat;”>
<img src=”img/blank.gif” height=”100%” width=”100%”>
</div>
