mirror of
https://github.com/projectdiscovery/httpx
synced 2026-06-08 16:50:17 +00:00
feat: add lazy loading to screenshot images in HTML summary (#2004)
Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>
This commit is contained in:
@@ -120,7 +120,7 @@
|
||||
</td>
|
||||
<td style="padding: 10px; border: 1px solid black">
|
||||
<a href="{{.ScreenshotPathRel | safeURL}}">
|
||||
<img src="{{.ScreenshotPathRel | safeURL}}" alt="Screenshot" style="width: 400px; height: 300px" />
|
||||
<img src="{{.ScreenshotPathRel | safeURL}}" alt="Screenshot" style="width: 400px; height: 300px" loading="lazy" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user