How to Disable Right Click on Images in Blogger :
By disabling right click on images we can save our own images with out copying from others.After disabling right click , mouse right click will not work on blogger images. We can disable right click on images in blogger blog without adding any java script. With oncontextmenu attribute we can disable right click on blogger images.
step 1 : go to blogger dashboard
step 2 : click on posts
step 3 : view posts and switch to HTML mode
step 4 : find image tag and add below code to image tag
oncontextmenu="return false;"
add oncontextmenu="return false;" to image tag , like below
<image oncontextmenu="return false;" ............../>
step 5 : click on publish posts
Follow below steps to disable right click on images in your blogger blog.
step 2 : click on posts
step 3 : view posts and switch to HTML mode
step 4 : find image tag and add below code to image tag
oncontextmenu="return false;"
add oncontextmenu="return false;" to image tag , like below
<image oncontextmenu="return false;" ............../>
step 5 : click on publish posts
0 Response to "Disable Right Click On Images In Blogger"