This is an awesome trick to protect your images.You can protect your images from copying with this Simple CSS Blogger Tricks.After applying this trick the person who save the image will get a transparent image instead of the original image.
Demo
Demo
Try to Save the below image
What's inside this article
Protect your image Trick 1 -With overlap image
Protect your image Trick 2 -With span background image
What's inside this article
Protect your image Trick 1 -With overlap image
Protect your image Trick 2 -With span background image
Protect your image with CSS overlapping
- Go to Blogger Account
- Use the Following trick
<img src="Place image URL Here" />
<img border="0" src="http://2.bp.blogspot.com/-lQW7QlMoz10/T8yL_5IPF6I/AAAAAAAAAQU/5R8ngq17xzw/s1600/transparent.png" alt="NetOops protected image" style="left: 0px; opacity: 0; position: relative; top: -216px;" />
<img border="0" src="http://2.bp.blogspot.com/-lQW7QlMoz10/T8yL_5IPF6I/AAAAAAAAAQU/5R8ngq17xzw/s1600/transparent.png" alt="NetOops protected image" style="left: 0px; opacity: 0; position: relative; top: -216px;" />
- That's it.
Protect your image with SPAN background
- Use the following code
<span style="background-image: url(Place image URL here)"><img src="http://2.bp.blogspot.com/-lQW7QlMoz10/T8yL_5IPF6I/AAAAAAAAAQU/5R8ngq17xzw/s1600/transparent.png" width="200" height="200" border="0" alt="NetOops protected Image."></span>
- You are done..
0 comments:
Post a Comment
please put you comment to tips and tricks 2013