Adminer plugin for displaying images in table fields.
Image max-width
and max-height
can be configured (see Adminer - Plugins -> To use a plugin section):
...
$plugins = array(
// specify enabled plugins here
new AdminerImagefields(200, 200, false)
);
...
Plugin was inspired by Přemysl Karbula's - Colorfields.