@codin/cwc-picture
v0.3.9
Published
Web component for displaying images
Downloads
14
Maintainers
Readme
Picture element
Simple web component for displaying images. Lazy loading on intersection and strategy for wrapping
see demo Codin web components
example
<cwc-picture cover>
<source media="(min-width: 400px)" srcset="./high-res.jpg">
<source srcset="./low-res.jpg">
</cwc-picture>