-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Reading Backgrounds For Epub #399
Comments
Im stuck on some issue while trying to improve the app so updates have been delayed. |
Cool. |
|
@zeoint Create new text file and rename it to body #app #EPubReader section.main{
/* this is color of background over image; */
background-color:rgba(0,0,0,0.8);
/* blur over image; */
backdrop-filter:blur(10px);
}
body #app .reader{
/* location of image */
background-image: url("D:/w/Untitled3.png");
/* size of image */
background-size: cover;
background-repeat: no-repeat;
background-position: center;
} If you are already some stylesheet, just edit that with notepad and add this to end of it. |
Cool. Take your time. |
Type of reader (if reader related)
epub
Description of the new feature / enhancement
Scenario when this would be used?
While reading epub's.
Supporting information
No response
The text was updated successfully, but these errors were encountered: