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

Couldn't find image #103

Open
kevquirk opened this issue Dec 6, 2020 · 1 comment
Open

Couldn't find image #103

kevquirk opened this issue Dec 6, 2020 · 1 comment

Comments

@kevquirk
Copy link

kevquirk commented Dec 6, 2020

I don't know if I'm being a complete idiot (I probably am) but for some reason the locals paths aren't being found when I run my server.

For example, if I run `jekyll serve`` locally with the following liquid tag in a page:

{% cloudinary "/assets/images/test.jpg" alt=“This is a test” caption=“Testing” loading=“lazy” %}

I get the following output from the terminal:

[Cloudinary] Couldn't find this image to check its width: /home/<user>/GitHub/<repo>/./"/assets/images/test.jpg.

I have no idea why it's splitting the path with a ./"/ in the middle.

I'm certain I'm doing something wrong, but I have no idea what. Thanks!

@gamue
Copy link

gamue commented Dec 18, 2020

you shouldn't use the quotes on the path

{% cloudinary /assets/images/test.jpg alt=“This is a test” caption=“Testing” loading=“lazy” %}

should work

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

2 participants