I have image on my machine that I want to display in img element.
<img class="card-image" src="'file:///C:/Users/.../KITCHEN/imgname.png'"/>
But I get this error:
1 Not allowed to load local resource: file:///C:/Users/.../KITCHEN/imgname.png
Any idea how to fix this issue.
UPDATE: images outside the project folder