You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But whatever i do there is always this error:
DOMException: Failed to execute 'drawImage' on 'CanvasRenderingContext2D': The image argument is a canvas element with a width or height of 0.
When I inspect the network it seems taht my image is loading fine so i don't know what's the problem. Can yiu give me any clues?
The text was updated successfully, but these errors were encountered:
Could you check if the container's size has zero value?
If it still does not work, I'd like to have more detail (The code to reproduce and full client log).
Hi, I'm having trouble implementing your game in my vue project.
im tring to use this ad component like that:
But whatever i do there is always this error:
DOMException: Failed to execute 'drawImage' on 'CanvasRenderingContext2D': The image argument is a canvas element with a width or height of 0.
When I inspect the network it seems taht my image is loading fine so i don't know what's the problem. Can yiu give me any clues?
The text was updated successfully, but these errors were encountered: