calibre never produces CSS. If a width declaration for an image is there in an output document it is there becaause it was in the input document, or the output document requires it. If you want to automate removal of width and height declaration use the Transform Styles tool in the Look & Feel section of the conversion dialog. Create a rule that delete width if its value is greater than 10 and similar of height.
|