MichalTrubini• 1,220
@MichalTrubini
Posted
Hi everyone,
Could someone please advise me regarding error "Attribute loading not allowed on element img at this point."?
Is this because the validator is not yet configured to include lazy loading as proper syntax for img tag?
Cheers
0
Karol Binkowski• 1,640
@GrzywN
Posted
@MichalTrubini Validator doesn't recognize loading="lazy". You would need to remove all next/image components, if you are going for 0 validation errors :c Next.js is too modern for Frontend Mentor validator lmao
Marked as helpful
1