Browse Source

Merge Fix thumbnail scaling in recent theme from vichan-devel/vichan#146

pull/40/head
Benjamin Southall 7 years ago
parent
commit
202f73e57a
  1. 2
      templates/themes/recent/theme.php

2
templates/themes/recent/theme.php

@ -80,6 +80,8 @@
}
else {
$post['src'] = $config['uri_thumb'] . $files[0]->thumb;
$post['thumbwidth'] = $files[0]->thumbwidth;
+ $post['thumbheight'] = $files[0]->thumbheight;
}
}

Loading…
Cancel
Save