Html – The image height attribute is not working
I have a problem with my image : the height attribute is not working. Here is my code : <img alt="..." className="img-fluid floating" src={Landing1} style={{ height: '300px', width: 'auto' }} /> And when I try this code : <img alt="..."…