You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
He's trying to use the Liquid tag in a page, but it unfortunately works only in posts.
I've been trying to use this (awesome!) plugin to transform images in the page templates with Cloudinary. I've tried a wide array of implementation options including the below:
However, the tag for the page.image without brackets simply inserts that text at the end of the cloudinary url with this error:
I guess then {% cloudinary {{ page.image }} … should work too, I'll have to investigate why it doesn't.
[Cloudinary] Couldn't find this image to check its width: /Users/judmoore/github/judsonlmoore.com/_posts/travel/destinations/ireland/page.imag. Note that the "e" is missing at the end of page.image. Not sure why.
This might help me track the issue, thanks for noticing.
Questions
1. Is there a currently-supported proper way to do what I am aiming to accomplish?
I'm not sure, I'll try to fix this and document an official way.
2. Might this be supported soon?
Soon, I'm not sure, as I have to install the whole Ruby/Jekyll stuff again on a computer.
I'll do my best.
3. Any other recommendations for handling non-post-content images with cloudinary?
From jekyll-cloudinary created by nhoizey: nhoizey#88
From a comment by @judsonlmoore in #51 :
nhoizey#51 (comment)
The text was updated successfully, but these errors were encountered: