79678537

Date: 2025-06-25 06:21:43
Score: 0.5
Natty:
Report link

Came across the same problem, If you're open to a different approach try as below.

.img::before {
  content: "Alternate Text Here";
  display: block;
}
.img::after {
  content: "";
  display: block;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mukilan