Answers for "block image drag html"

0

html no drag image

<img draggable="false" src="http://www.ourkanpur.com/images/logo.png">
Posted by: Guest on June-01-2021
0

how to block dragg image

On your <body> tag add ondragstart="return false" . This will disable dragging of images. But if you also want to disable text selection then add onselectstart="return false" .
Posted by: Guest on November-05-2021

Browse Popular Code Answers by Language