On Wed, Jun 12, 2002, Branko Strok wrote: > trying to make a simple web page to display on plucker I noticed that image > gets cut if larger than 151 pixels in width although I set the ini file to > maxwidth=160!?
Inlined images have to fit within the available space and unless you have selected to not use the scrollbar that limit will be 151 pixels (on a 160x160 display), i.e. width of display - width of scrollbar - left margin = 160 - 7 - 2 = 151 pixels. Actually, not that long ago too wide images would not be displayed at all, but about a year ago Masakazu Matsumoto contributed a patch that would make the viewer display the images but cut them off on the right hand side if they were too wide. > Any solution for this problem? Keep the images within 151 pixels (or 156 pixels if you don't use the scrollbar). /Mike -- "If we end up in court, I will bankrupt these guys." - CEO at a fishy company (when told they infringe Plucker's license)
