Community
Participate
Working Groups
I20111208, Chrome 16 When expanding or going into a Navigator folder containing images, I see a quick flash of the images at full size before they are resized as thumbnails. This looks bad.
Probably because the resizing is done inside an 'onload' handler on the thumbnails. Could we give a CSS max-width and max-height on the thumbnails instead?
(In reply to comment #1) > Probably because the resizing is done inside an 'onload' handler on the > thumbnails. Could we give a CSS max-width and max-height on the thumbnails > instead? good idea, I'll try it. Marking M2, this problem has been around since 0.3 so I don't feel compelled to push a fix for M1.
fixed. There was a bunch of styling in the thumbnail creation that needed to be pulled out into a CSS class. Adding max-width and height which allowed me to remove the "shrinking" post-load computation.