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

Issue inlining external image assets #47

Open
edwardhorsford opened this issue Sep 14, 2018 · 0 comments
Open

Issue inlining external image assets #47

edwardhorsford opened this issue Sep 14, 2018 · 0 comments

Comments

@edwardhorsford
Copy link

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
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

1 participant