• Hello- I couldn’t find a relevant location on your support forums at https://alx.media/forums/, so I’m trying here in hopes you can help.

    I’m using the Boxcard theme and I’m wondering what the image sizes are for the featured post? I tried to check what the sizes were of the featured images used on the live demo and those seem to be 1280 x 720. Is that the size I should be using? Most WordPress themes use 1200 x 600 as the featured image size.

    I plan to have text on my featured images and I don’t want it to look squished or blurry or anything. Thanks in advance!

    • This topic was modified 5 years, 1 month ago by rumancek.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi!

    Using 1280×720 images should work well, or any 1280 width image with a height of 720 or more. The sizes the theme crops are the following:

    
    add_image_size( 'boxcard-small', 200, 200, true );
    add_image_size( 'boxcard-medium', 520, 293, true );
    add_image_size( 'boxcard-large', 1280, 720, true );
    add_image_size( 'boxcard-large-h', 1280 );
    
Viewing 1 replies (of 1 total)
  • The topic ‘Featured Image Size’ is closed to new replies.