[Vuejs]-I have a image that comes from backend, and I have drawn boxes over that image, but i'm unable to draw them on specific points that I want

0👍

Try this:

img style="width:100%;height:100%"

Or in css it scales to parent div perfectly.

Leave a comment