Prevent auto scaling width of Image in Ionic 4

Hallo!

I would like to show an Image in my Ionic 4 App wich is dynamically zoomable.
I tried to use the <img> Tag. But every time my Image hits the right side, the Image width gets automatically scaled to fit the display width.
Is it possible to prevent this?

Thanks.