> > When I'm plucking a site, and the site has a logo at the top, for > > example the Cincinnati Spine institute[1], the logo is larger than the > > 160-scrollbar width on the Palm. The distiller (formerly parser) used to > > treat this differently, and scale the image so that it would fit on the > > screen, even when I didn't specify any maxwidth/height arguments. > > This looks like a bug. I'll check it out. > > Thinking about it, though, I think we should remove any built-in > maxwidth and maxheight, since the range of viewers is expanding. But > it should clearly still work if maxwidth or maxheight is specified in > the .pluckerrc file.
This was a bug in way that the ImageParser did scaling; if there was an explicit WIDTH or HEIGHT in the <IMG> element, it overrode the scaled values. I've checked in a fix. I should probably check this into the 1_2 branch too. Bill
