Hi all I am trying to use an image as a background resource of canvas. I can manage to do this like below :
<canvas width="100%" height="100%" >
<image src="image.jpg" />
</canvas>
But I canT see the whole image on canvas, just a particular part of the
image that ı can see.
Is it possible to stretch the image to the canvas size?
And is this the recommended way to use an image as a backgroung of canvas?
Thanks in advance.
Regards.
--
Cem SONMEZ
