Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorbrianucsf
    • CommentTimeDec 14th 2005
     
    Hi-

    Not sure if I should post this here, so I posted at both TracTicket and the Plogger forums. Anyway, if you have portrait oriented pictures, the slideshow always resizes them and that makes it really slow to start. I have hacked a bit at Plogger, so the line number might be off, but I replaced my line 73 of plog-functions.php which was:

    (($thumb_config['filename_prefix'] != ) && ($thumb_config['size'] != $width)) ||

    with:

    (($thumb_config['filename_prefix'] != ) && (!(($thumb_config['size'] == $width) || ($thumb_config['size'] == $height)))) ||

    Changing that line seemed to solve the problem. Please let me know if I should be sending these notes elsewhere. Thanks.