79770122

Date: 2025-09-20 06:25:37
Score: 1
Natty:
Report link

So, to fix this issue, you go to the "output.css" file that is created. Then comment out the following property from the CSS: img, video tag

  img, video {
    /* max-width: 100%; */
    height: auto;
  }

This will resolve the issue.

I think similarly, all other issues can be resolved.
I'm speaking with respect to changes that are automatically made when tailwindcss is added to the project.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Ishan Sathe