I want to copy the image itself not any text or related src.
I've made a jsfiddle example https://jsfiddle.net/pvuefca7/1/
You can play around and see that copying text works fine but for the image it does not. i think it has something to do with <img>
not being a node or something along those lines. i'm asking if there is any way of selecting a specific image and coping it. the document.execCommand('Copy');
command will copy an image if the image is the only element, IE opening an image in a new tab and running the command in the console. but i need a way of coping an image when its not the only element.