markerjs icon indicating copy to clipboard operation
markerjs copied to clipboard

Markerjs for dynamic images

Open harshalone opened this issue 5 years ago • 2 comments
trafficstars

Hi first all of thanks for amazing liberary.

I am using html2canvas.js for taking screenshot of my webpage.

Then I need to add markerjs annotation on top of it to get usres feedback

Your liberary works perfectly fine with already loaded images but for image generated by html2canvas or in other words base64 one image. It's not rendering the marker

Here is a live examples https://www.bylde.com/home/test

click on take screenshot button on top left and then marker button

harshalone avatar Jun 18 '20 23:06 harshalone

Maybe its something related to image position because its absolute

harshalone avatar Jun 18 '20 23:06 harshalone

Its definitely z-index property of the div creating arrow.

See my screenshot is an overlay over the whole body so arrow generated is going behind the image.

Is there a funtion or option I can set the z-index too?

harshalone avatar Jun 19 '20 00:06 harshalone