Ionic gif img

image gif is not rendering in ionic 4

You need to describe the problem with a bit more detail.
How are you trying to display the gif?
Is it local or remote?
Does it fail locally in a browser or only as an app on specific platform

this is my code .code
and it’s fail locally

Since most web apps are served from index.html and all the paths are relative to that, you need to make sure you’re using the right paths.

<img src="/assets/radar.gif" />
1 Like