You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some epubs there are relative links to resources and css as ../Styles/Style.css.
In this way, those resources are not loaded because the URL searched is not valid.
A possibile solution is: inside Renderer replace the "../" inside the url parsers:
In some epubs there are relative links to resources and css as ../Styles/Style.css.
In this way, those resources are not loaded because the URL searched is not valid.
A possibile solution is: inside Renderer replace the "../" inside the url parsers:
EPUBJS.Renderer.prototype.replaceHead
EPUBJS.Renderer.prototype.replaceResources
The text was updated successfully, but these errors were encountered: