Answers for "how to disable all image dragging in html"

4

how to disable image dragging in html

use ondragstart="return false" for dragging and onselectstart="return false" for selecting
Posted by: Guest on August-01-2020

Code answers related to "how to disable all image dragging in html"

Browse Popular Code Answers by Language