imagekit-angular icon indicating copy to clipboard operation
imagekit-angular copied to clipboard

LQIP with folder in S3

Open M-Blobby opened this issue 5 years ago • 1 comments
trafficstars

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 ?

M-Blobby avatar Nov 21 '20 17:11 M-Blobby

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

justjoeyuk avatar Apr 08 '21 12:04 justjoeyuk

Fixed in version 2.0.0.

imagekitio avatar Feb 14 '23 10:02 imagekitio