79530291

Date: 2025-03-24 06:24:55
Score: 0.5
Natty:
Report link

I failed to set background-image to image element, this bothered me for a whole day.

And then I realize the image element will display broken image if src is empty, that wat what I saw.

To those who had the same problem, try to use

img {
  content: url('xxx');
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Yangxiao Ou