Hi Yonkoo,
thanks for using MH Magazine lite.
The size for the thumbnails on archives is 235 x 176px. That means when you upload a new image, then WordPress will try to generate thumbnails for the particular posts and also crop the images if necessary. You can learn more about the image requirements in the theme documentation.
After you’ve changed your WordPress theme, your website will still use the old thumbnails and the new thumbnail dimensions will only be used for newly uploaded images or if you regenerate your thumbnails.
If you want to modify the image dimensions for the thumbnails, you could create a child theme and then change the image dimensions based on your personal requirements. Here you can find more information: How to customize image dimensions in WordPress.
Thread Starter
Yonkoo
(@yonkoo)
Hi. thanks for answering. eh sought ways to all new and old images are the same size but not achievement. functions.php change as: add_image_size ( ‘ mh -magazine -lite – medium’ , 220, 180 , true); but new images q continue cutting public .
After you’ve modified the image dimensions correctly, it will work for new uploaded images accordingly and for previously uploaded images you need to regenerate your thumbnails.