-
Beta Was this translation helpful? Give feedback.
Answered by
zerodevx
Aug 10, 2023
Replies: 1 comment 1 reply
-
Hey there, sorry for the late reply. It seems your original image has a transparent background - if that's the case, then yes, the artefacts are probably due to the LQIP.
I just cut a // disable lqip
import logo4 from "$lib/managedImages/logos/shopgate_medium.png?format=png&as=run:0"; Correspondingly, Try this again with |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
haub94
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey there, sorry for the late reply. It seems your original image has a transparent background - if that's the case, then yes, the artefacts are probably due to the LQIP.
I just cut a
v2
release - there are breaking changes, so your import statement should be changed to:Correspondingly,
defaultDirectives
invite.config.js
should be renamed torunDefaultDirectives
.Try this again with
v2
and let me know how things go.