jessevlasveld
-
WooCommerce
You can set the image dimensions in your functions.php file. That way the images will be resized properly, and won't be blurry or anything. global $pagenow; if ( is_admin() && isset( $_GET['activated'] ) && $pagenow …
You can set the image dimensions in your functions.php file. That way the images will be resized properly, and won't be blurry or anything. global $pagenow; if ( is_admin() && isset( $_GET['activated'] ) && $pagenow …