Thumb Size / Aspect Ratio

Posted in: Newspaper
Post count: 27

How can I change the thumb size / aspect ratio to 3:2 (especially for block 3, featured images inside a post and the big slide) via css?

Post count: 3343

Hi,
Please edit function.php file, there you will find all images used by the theme, the block 3 use this, please change the value: http://screencast.com/t/SfYd5MrNF

and then please use this steps, you have to rebuild the thumbnails: https://forum.tagdiv.com/using-the-theme-with-existing-content/

Thanks!

Post count: 27

Thx, I’ve implemented it in the functions.php of the child theme:

function child_theme_setup() {
    add_image_size( 'art-wide', 326, 219, true );
}
add_action( 'after_setup_theme', 'child_theme_setup', 11 );
Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.