I found a solution but I’m not sure it is a good thing to touch the PHP file lol especially since I do not know much …
In this photo: loop_layouts.php
I found the following lines:
————————————————– –
* Post Format: Image
************************************************** *********** /
blox_format_image function () {
global $ post;
if (has_post_thumbnail ($ post-> ID)) {
$ Image = wp_get_attachment_image_src (get_post_thumbnail_id ($ post-> ID), ‘blog’);
Image_source $ = $ image [0];
Image_source blox_aq_resize = $ ($ image_source, 900, 525, true);
$ Alt = get_post_meta (get_post_thumbnail_id ($ post-> ID), ‘_wp_attachment_image_alt’, true);
$ Html = ”;
$ Html = ‘<div class = “entry-media”>.’;
$ Html. = “ ID) “‘>
.”;
$ Html = ‘</ div>.’;
return $ html;
}
}
————————————————–
If I change the definition of 600×350> 900×524 … it’s a little better as a result. But it’s not a great solution, especially as a result I change the theme parent and not child …
Thank you for your help 🙂