Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #177201
    malevolentia
    Participant

    I want all pages to have the option to have the “1040×585” size option as excerpt has for blog entries. I’ve tried adding a custom photo size in functions.php but it doesnt show up as an option. Now on all pages and posts when I try to add a photo there is no option to pic a cropped 1040×585 version so the photos ends up being huge.

    How do I make this an option for all pages so we don’t have to manually edit all photos before uploading. Thanks in advance!

    #177223
    sapana
    Participant

    @malevolentia: You have added a custom photo size in function.php but you need to make other changes in files where featured image is called to show up as an options, which is quit difficult and can occur design issue also so I suggest you to hire a customizer to get it done.

    Kind Regards,
    Sapana

    #177244
    malevolentia
    Participant

    This is not something that is supposed to be complicated. 🙂 The same way its used on posts and images should be used at all pages as well.

    // Used in excerpt image Top 16:9 Ratio
    set_post_thumbnail_size( 1040, 585, true );

    Should be on pages too.

    #177363
    sapana
    Participant

    @malevolentia: Please post in your site Url, let me know in which page and post you want that image size? We can do it manually.

    Kind Regards,
    Sapana

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Image sizes’ is closed to new replies.