if ($property == 'wiki') {
$title = Title::newFromText($propval);
$propval = $title->getLocalUrl();
- $file_url = WrBaseMap::wikipage_to_image($title, 300);
+ $file_url = WrBaseMap::wikipage_to_image($title, 200);
if (!is_null($file_url)) $properties['thumb_url'] = $file_url;
}
$properties[$property] = $propval;