Skip to content

LQIP with folder in S3 #16

@M-Blobby

Description

@M-Blobby

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions