Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LQIP with folder in S3 #16

Closed
M-Blobby opened this issue Nov 21, 2020 · 2 comments
Closed

LQIP with folder in S3 #16

M-Blobby opened this issue Nov 21, 2020 · 2 comments
Milestone

Comments

@M-Blobby
Copy link

Hi,

I'm trying to add LQIP function, unfortunately without success.
My pictures are stored in AWS S3 in different folders :

  • projects/XX.jpg
  • covers/XX.jpg

My component.html :

<ik-image [path]="path" [lqip]="lqip"></ik-image>

My component.ts :

lqip = { active: true, quality: 5 };

In the network tab I catch this url :
https://ik.imagekit.io/token/tr:q-5/projects
Why the end of the path is missing ?

Without lqip I can see my image :
https://ik.imagekit.io/token/projects/13/XX.jpg?ik-sdk-version=angular-1.0.2

Other question : There is a way to add blur on lqip ?

@justjoeyuk
Copy link

It looks like this lib is much less loved that the React one lmao

@imagekitio imagekitio added this to the Version 2.0.0 milestone Jul 10, 2022
@imagekitio
Copy link
Contributor

Fixed in version 2.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants