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
Now the same css, with version 41, does not work as it should. The square is not displayed
I would need a solution even if it worked only on Google Chrome, my project must run only on Google Chrome, thanks.