Hi, is it possible to make the portfolio grid show round images,
I am using the portfolio to create a Team Structure, But the heads get cut off.
Hi LeonNiel!
Please go to Appearance > Editor and open functions.php file and find
$avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 );
and change it as needed so heads will not be cropped then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
then add following code to Quick CSS in Enfold theme options under General Styling tab
a.grid-image {
border-radius: 1000px;
}
Best regards,
Yigit
Thank You!
You are the best!