How can I hide browser broken default image added on empty src with css ?
img
{
background-color:red;
width: 50px;
height: 50px;
}
<img src="" />
How can I hide browser broken default image added on empty src with css ?
img
{
background-color:red;
width: 50px;
height: 50px;
}
<img src="" />