Plugin to remove spans and add css
I have EPUBs from Google Docs.
They have issues that can be solved by just removing all span tags via "transform html" and adding a little bit of css via "add styles".
e.g.
img {
width: auto !important;
max-width: 100% !important;
height: auto !important;
}
Is there any existing plugin that does this?
I also filtered color styles, specified epub3, tablet device.
Last edited by axu2; 12-26-2024 at 10:58 PM.
|