0

There is an issue with tag <img> on Google Chrome (mac/windows) version 41 (or > v40.x)

Html

<img src="">

Css

img{
    min-width: 100px;
    min-height: 100px;
    max-width: 570px;
    border: 3px dashed #ddd;
    color: #ddd;
    cursor: pointer;
}

I do not remember perfectly what was the version, but I'm sure it was the 40.x, and the result was this

enter image description here

Now the same css, with version 41, does not work as it should. The square is not displayed

Test on JSFiddle

I would need a solution even if it worked only on Google Chrome, my project must run only on Google Chrome, thanks.

WhiteLine
  • 1,919
  • 2
  • 25
  • 53

0 Answers0