pages resize the featured images to 550 x 290, articles to 760 x 490

Hello, dear Support,
there’s a difference between the size of the featured images shown on pages and articles that I’d like to edit:
pages resize the images to … 550x290.jpg, articles to …760x490.jpg.
The images in the articles (…760x490.jpg) are clearer and I’d prefer to show them also on the static pages.
Examples:

Static pages
Images … 550x290.jpg

Articles
Images …760x490.jpg

Where may I edit this to receive the size of 760 x 490 on both, posts and pages?
Thank you!

Hello there,

I hope you are doing well today.

You can edit the image sizes used in the thumbnails via Appearance > Editor > inc > class-newspaper-x.php. You would have to locate the code and change the image size. It is recommended to backup you WordPress before making any changes to these codes.

Backup plugin:

Best Regards,
Support

Thank you. I changed the size to
add_image_size( ‘newspaper-x-single-post’, 760, 490, true );
add_image_size( ‘newspaper-x-recent-post-big’, 760, 490, true )
and created a testpage https://motorjournalist.de/test-wegen-beitragsbild/, but the underlying image is still 550 x 360 . Is there another place to search?

Hello! It works, if I upload new pictures!
Great!
Thank you and have a nice day,
Christiane

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support