diff --git a/src/lib/components/LazyImage.svelte b/src/lib/components/LazyImage.svelte index 678d528..b71cdb5 100644 --- a/src/lib/components/LazyImage.svelte +++ b/src/lib/components/LazyImage.svelte @@ -19,7 +19,7 @@ /** Optional extra style for the lazy
container */ containerstyle?: string; - /** Additional classes to insert */ + /** Additional classes to insert for container + image */ imgclass?: string; /** Slightly zoom the image on mouse-hover */ @@ -55,7 +55,7 @@