How to display image with the right width and height?

I need to solve displaying pictures in my app. Although I define width and height of picture, it resizes picture in mobile phone (inside ionic android app).

I use
<img src="img/Ionic_B_10.png" width="320" height="568" >

But the width and height are “zoomed”. Any way to force picture stay in the defined width and height?