Expired
Good night. When I upload an image as a featured image , template reduces me to 825px wide and when viewed fullwith blurs looks .
I wonder how I can change this width to 1100px .
thank you very much
Hello,
You can change it at functions.php
add_image_size( 'blog', 825, 340, true );
Then re-upload the image.
Best regards!
thanks!!!
You must be logged in to reply to this topic.