Kotlin / kotlinx.html

Kotlin DSL for HTML
Apache License 2.0
1.61k stars 131 forks source link

Add "loading" attribute for img tag #198

Closed corlaez closed 8 months ago

corlaez commented 2 years ago

loading= "lazy" on the img tag is supported by almost 90% of all browsers (https://caniuse.com/loading-lazy-attr) I think it would be a good idea to add it to the img dsl

severn-everett commented 11 months ago

I've got a PR available for this; would somebody be able to take a look at it?