• I want to enlarge the area of the picture in the Fukasawa theme, I need to enlarge the pictures to the size of the cover of the article. I’m a beginner, so it’s not easy to understand where to fix something. I was told that it is not necessary to enlarge the pictures themselves, but the article area itself, but then how is the cover placed at the edges?

    function.php

    // Post thumbnails
    add_theme_support ('post-thumbnails');
    set_post_thumbnail_size (88, 88, true);
    
    add_image_size ('post-image', 973, 9999);
    add_image_size ('post-thumb', 508, 9999);

    There is such a code, after editing it there are no changes on the site, even if you delete the line nothing happens. I would be grateful for your help.

    • This topic was modified 4 years, 6 months ago by colinop.
  • The topic ‘Enlarge picture’ is closed to new replies.