Home» Forum» Site Feedback» something to protect profiles better from any identity thief

something to protect profiles better from any identity thief

Back to Site Feedback

I tried to implement this bit of code in my bio 

<style>

  .clickable-img {

  pointer-events: auto;

     }


.protected-img {

 pointer-events: none;

 -webkit-user-drag: none;

user-select: none;

}

</style>

it's supposed to make it so that the images signed as clickable ones can be dragged off on your desktop or even saved, and the protected ones to be untouchable (cannot be saved or dragged on any desktop!) but it doesn't seem to work here :( 

I would like the pics of me to not be downloadable by anybody if possible 

You must be logged in to reply.