Best practice for showing images

I want to use images in my ionic application but I don’t know how can I make them responsive.
Please note that I have not images in different sizes and I have images in one size.
Please recommend me best practice for doing it in ionic.

To make responsive all you need to do just add style to that image max-width: 100%

Thats it :slight_smile:

1 Like