Quote:
Originally Posted by Starson17
Kiklop:
What does this do?
Code:
def preprocess_html(self, soup):
return self.adeify_images(soup)
Is it related to what Kovid said about image size and ADE:
Thanks.
|
No, the problem is of another kind. You can see the details in
issue 2256. This method is a must for epub output wherever you may have images inside <span> or <a> tag.
This is also documented in
ADEQuirks wiki page.