I'm learning next JS. Typically when We import an image to html, it get's it default size, until we set their width and height. But in next JS, when I use component, I've to also define width and height for it in the component. But the component attribute doesn't take text value, they work on only numeric value. In that case, How can I set my image width and height to auto.
From this
I want:
I'm new here. I'll be very thankful If any expert help me about this. Thanks In advance