Esteban - 2010-04-16 04:36:28
thank you very much, excellent job.
within the class, add the attribute so imgMax to have a specific size. for example:
$pictures = $gallery->getPictures($user_picasaweb, $_GET['gal'], "64c", "640");
possible values
94, 110, 128, 200, 220, 288, 320, 400, 512, 576, 640, 720, 800, 912, 1024, 1152, 1280, 1440, 1600
in the method makeURL()
$thumbsize = "&thumbsize=" . $this->thumbsize . "&imgmax=" . $this->imgMax;
excuse my english
saludos, Esteban