Hi there,
How do I define my own image sizes for the gallery?
My images are all 600 wide and 900 high, I’d like my gallery to feature a large image which is 600 x 900 and then 2 rows of 3 images scaled from the 600 x 900.
If I choose Big image with small images below then I get a huge image not the 600 x 900 image I expect. How do I define the size on the large image?
Thanks
Sean
Anyone?
Hi!
Please go to Appearance > Editor and open functions.php file and find
$avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 );
and adjust it as needed then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
Cheers!
Yigit
Hi Sean!
You can add two 1/2 column elements to your page and insert your text on the left one and gallery to the right one. That should do it. If you would like to limit gallery image width to 600px, please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-gallery {
max-width: 600px;
}
Best regards,
Yigit
Thanks Yigit,
Actually that still didn’t solve my problem but it helped me understand the limitations of the layout builder and I’ve found a workaround so everything is good now.
Thank you for your help and for a great theme!
Sean