I just found out why the pictures are not displaying for iPad only Apps. You can change the following line (appr. 275) in appstore.php:
if ($type >= 1 && $obj->results[0]->screenshotUrls[0] <> '' ) {
to
if ($type >= 1 && $obj->results[0]->screenshotUrls[0] != '' or $obj->results[0]->ipadScreenshotUrls[0] != '' ) {
then also screenshots from iPad only apps should appear