Hi there,
Again the size of the content area all images will be cropped.
The minimum recommended image size is 665x435px for the featured image.
Changing the content area will have no impact in users with smaller screens or mobile devices.
If you want to change the featured image size open functions.php and change
set_post_thumbnail_size( 665, 435, true );
to
set_post_thumbnail_size( 950, 534,false );
then install the Regenerate thumbnails plugin, activate it and go to Tools ->; Regen. Thumbnails to run a regeneration in order for the change to be applied.
Let me know if this works
-
This reply was modified 8 years, 7 months ago by
Fotis.
OKAY, Thanks.
do you have any suggestion regarding spam user registration? my site having serious spam user registration, i have already active SI catpcha anti spam, but seem like not work T.T
Hi there,
you can check this article http://www.wpbeginner.com/wordpress-security/.
It will help you a lot with security and preventing spam.