You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Since version `1.6.0`, you can also put the image path as string directly in the `src` prop. Support absolute paths in `src`, relative paths and alias.
75
+
76
+
Example with absolute path:
77
+
78
+
```astro
79
+
---
80
+
import { Image, Picture } from 'astro-lqip/components';
Learn how to configure path aliasing in the [Astro documentation](https://docs.astro.build/en/guides/typescript/#import-aliases).
110
+
72
111
## ⚙️ Props
73
112
74
113
Both `<Image>` and `<Picture>` components support all the props of the [native Astro components](https://docs.astro.build/en/reference/modules/astro-assets/), but adds a couple of props for LQIP management:
@@ -94,7 +133,7 @@ import otherImage from './path/to/other-image.png';
0 commit comments