We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should this work to inline external image assets? Skimming the docs and past issues I think it should.
My markup:
<img class="" src="https://res.cloudinary.com/djmfyuq58/image/upload/c_limit,w_100,q_20,e_blur:300/v1536790539/ENMH_D800_27279.jpg" data-src="" data-ext="jpg" alt="" inline>
The error I get:
essage: ENOENT: no such file or directory, open '[LOCAL PATH REMOVED]http:/res.cloudinary.com/djmfyuq58/image/upload/c_limit,w_100,q_20,e_blur:300/v1536790539/ENMH_D800_27279.jpg' Details: errno: -2 code: ENOENT syscall: open path: [LOCAL PATH REMOVED]http:/res.cloudinary.com/djmfyuq58/image/upload/c_limit,w_100,q_20,e_blur:300/v1536790539/ENMH_D800_27279.jpg domainEmitter: [object Object] domain: [object Object] domainThrown: false
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Should this work to inline external image assets? Skimming the docs and past issues I think it should.
My markup:
The error I get:
The text was updated successfully, but these errors were encountered: