View Single Post
Old 03-14-2010, 06:01 PM   #1603
kiklop74
Guru
kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.
 
kiklop74's Avatar
 
Posts: 800
Karma: 194644
Join Date: Dec 2007
Location: Argentina
Device: Kindle Voyage
Quote:
Originally Posted by Starson17 View Post
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.
kiklop74 is offline