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
The css file I have is written as follows.
div::-webkit-scrollbar-button:horizontal:start:decrement { opacity:0.5; background-image: url(../nep_image/nac_sb_left.png); background-repeat: no-repeat; background-position: 4px 2px, 0 0; }
When loading an epub file in epub.js, the image with a relative path in the CSS above cannot be loaded. What should I do?
The text was updated successfully, but these errors were encountered:
This is probably the same as #1322.
Sorry, something went wrong.
No branches or pull requests
The css file I have is written as follows.
div::-webkit-scrollbar-button:horizontal:start:decrement {
opacity:0.5;
background-image: url(../nep_image/nac_sb_left.png);
background-repeat: no-repeat;
background-position: 4px 2px, 0 0;
}
When loading an epub file in epub.js, the image with a relative path in the CSS above cannot be loaded.
What should I do?
The text was updated successfully, but these errors were encountered: