Image Sizes in Anemos

Below you can see the default image sizes from the functions.php file.
It is worth noting that since version 1.3 of Anemos anyone can change these settings under Theme Options > Media Sizes and use the Regenerate Thumbnails plugin in order to recreate the image sizes.
This is an option that offers to any user the flexibility to fully control the image sizes. As anyone can easily understand, the sizes of your images depends on multiple factors, such as your site and elements width, sidebars and many others. It is up to you!

Of course, no matter the image size someone uploads, the images will be automatically (on the fly) cropped (resized) in the following sizes.

add_image_size( ‘add_image_size( ‘eut-image-large-rect-horizontal’, 1170, 658, true );
add_image_size( ‘add_image_size( ‘eut-image-small-square’, 600, 600, true );
add_image_size( ‘add_image_size( ‘eut-image-small-rect-horizontal’, 800, 600, true );
add_image_size( ‘add_image_size( ‘eut-image-small-rect-horizontal-wide’, 800, 450, true );
add_image_size( ‘add_image_size( ‘eut-image-small-rect-vertical’, 600, 800, true );
add_image_size( ‘add_image_size( ‘eut-image-medium-rect-vertical’, 560, 1120, true );
add_image_size( ‘add_image_size( ‘eut-image-medium-square’, 1120, 1120, true );
add_image_size( ‘add_image_size( ‘eut-image-fullscreen’, 1920, 1920, false );

Notice that with Anemos you have the possibility to select the image sizes in most of the elements.

We are not going to change the default image sizes as we do not want to affect old installations. However, based on the WordPress feature to use the scrsets of your images for better performance our new recommended sizes are the following.

Landscape Wide Large: 1170×658
Landscape Wide: 560×315
Landscape: 560×420
Portrait: 560×745
Square: 560×560
Portrait Large: 840×1120
Square Large: 900×900
Fullscreen: 1920×1920

Remember that you always need to Regenerate Thumbnails when you change the image sizes.

Was this article helpful?

Related Articles