Just installed, but ran into an issue where it was trying to load large images within a /large folder, and with _LRG appended to them. It also didn't display _01, _02 images etc.

However, a simple fix...

Line 86 states
Code:
$flag_has_large = true;
Just change this to
Code:
$flag_has_large = false;
Works fine now. Not sure what the above is there for, without digging around.

Maybe a fix in the next version?