Zoom image Ionic V7

Hi all, i have a simple modal to show an image like this:

<ion-content>
  <div>
    <img alt="image" src="" />
  </div>
</ion-content>

I can’t find any information to how zoom this image ion ionic. I want to zoom it in app with pinch
I’m on Ionic v7

Thank you