Tackling images comping from a json/markdown data source? #38
Blakeinstein
started this conversation in
General
Replies: 1 comment
-
Generally for image transformations to work, two conditions must be met:
For cases that don't meet the above, it probably means that a CDN approach (eg. Cloudinary) is more apt. Does this help? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My sveltekit app is wired to pick up image URLs from either a json data set, or Markdown frontmatter. Is there a proposed approach to using svelte-img in such scenarios? Current they are hardcoded to pick up links from the static directory.
Beta Was this translation helpful? Give feedback.
All reactions