-
Notifications
You must be signed in to change notification settings - Fork 18
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
Support responsive images in pages (additionnaly to posts) #51
Comments
Hi @k16e-me, were you trying to use this plugin in a page? It looks like it works well in posts, but not yet in pages. |
I think I have a similar issue as what is described here, so will add a comment instead of starting a new topic. 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:
Interestingly, the page.title attribute is supported and does properly print the page title into the alt tag. However, the tag for the page.image without brackets simply inserts that text at the end of the cloudinary url with this error:
Note that the "e" is missing at the end of page.image. Not sure why. When I write some variation of { page.image } then I get this error:
Questions
|
Hey @judsonlmoore were you able to figure out what was causing the error? For some reason I have two exact templates (different layouts), one of them works while the other one throws: |
@judsonlmoore I opened a different issue for your topic: #88 |
…rmance-1.13.2 Update rubocop-performance requirement from ~> 1.22 to ~> 1.13
Hi, I have set
verbose: false
even explicitly. And I imagine that the call for the image happens to Cloudinary, not from my project folder, but still for every image I call, I get this error:The text was updated successfully, but these errors were encountered: