initial: support lqip and responsive image rendering/resizing
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<picture>
|
||||
<!-- TODO(kdevo): load webp images -->
|
||||
<source type="image/webp"
|
||||
srcset="
|
||||
URL 100w,
|
||||
URL 200w">
|
||||
</picture>
|
||||
Reference in New Issue
Block a user