[How to] Fix small thumbnails
-
My thumbnails in the grid layout were to small, turns out it’s an easy fix.
In this case, MEC used the medium size.
app/skins/grid/render.php:
$event->data->thumbnails['medium']
So all you need to do is increase the size of medium images:
1. Increase the medium size in wp-admin/options-media.php
2. Generate a new medium preview using something like https://www.ads-software.com/plugins/regenerate-thumbnails/ or wp-cli
3. Refresh, done and done!Hopefully someone else will find this useful ??
- The topic ‘[How to] Fix small thumbnails’ is closed to new replies.