Files
rrweb/packages/rrweb-snapshot/test/html/picture.html
2026-04-01 12:00:00 +08:00

9 lines
192 B
HTML

<html>
<body>
<picture>
<source type="image/webp" srcset="assets/img/characters/robot.webp" />
<img src="assets/img/characters/robot.png" />
</picture>
</body>
</html>