Tagged: archive page, feature image
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
June 4, 2015 at 8:33 am #454286
Hi
I just recently using enfold and am super impressed by the support you guys offer.
I have my blog archive page set to “single author – big pic” which means that the featured images display are 845×321 (aspect ratio 2.6:1)
If i am using a bigger image size for featured images of 1200×628 (aspect ratio 1.9:1) it will rsize and crop
what i want to know is how can I change the blog archive page big image displayed to 845×444 (aspect ratio 1.9:1)
Many Thanks BillJune 4, 2015 at 5:36 pm #454623Hi Bill!
Please go to Appearance > Editor and open Functions.php file and find
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['featured_large'] = array('width'=>1500, 'height'=>630 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns $avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['magazine'] = array('width'=>710, 'height'=>375 ); // images for magazines $avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 );
and change as needed. Then please regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
Cheers!
YigitJune 5, 2015 at 2:59 am #454892Thanks that work :-)
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Change size of Image displayed on blog archive page’ is closed to new replies.