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

Does not parse image urls in css like background: url('img/url.png'); #24

Open
PeterNerlich opened this issue Jul 26, 2016 · 0 comments

Comments

@PeterNerlich
Copy link

I am trying to make a comic epub out of scanned pages. To make sure the image covers the whole page i tested the following code as chapter data:

<div style="
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(file://inserting/my/file.here);
">
</div>

This however does only work since the file is fetched from the same location by the eBook reader, a quick look into the code reveals that the URL has not been changed and the file was not added.

zbrongyaozb pushed a commit to zbrongyaozb/epub-gen that referenced this issue Aug 2, 2022
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