The <Image/> create its own DOM object. How to force it to have only the width and height?
Unanswered
Elm sawfly posted this in #help-forum
Elm sawflyOP
I always place the <Image/> inside a div to manage sizes. But if an image is too wide the <Image/> object will have a lot of height to keep aspect-ratio. So if the width is 'screen' the height will be way larger the the height of the image...