Lazy-load Tag Helper
Generate <img>, <iframe> or <video> with lazy-loading attributes.
<img src="/path/to/asset" alt="" loading="lazy" decoding="async" />About this tool
Adds loading="lazy" and matching decoding/preload defaults. Inline width/height help avoid layout shift.