How do I change the image size of Dashboard >woo commerce> product thumbnails ?
They are currently showing at 36 x 36 pixels.
I have tried changing dimensions in the Php functions code (below) from 36 to 80, but I’m assuming I’m not editing the right piece of code because it has had no effect.
$avia_config[‘imgSize’][‘widget’] = array(‘width’=>80, ‘height’=>80); // small preview pics eg sidebar news
I’ve also tried using using Simple Image size plugin but am not sure which image relates to the Dashboard thumbnails.
Thanks
Hey Haycreations,
The code you’re editing does not affect the admin area. It is not ruled by the theme, you might want to check the general WordPress support forums.
If you need further assistance please let us know.
Best regards,
Victoria