Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #311293

    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

    #311498

    Anyone?

    #311865

    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

    #311913
    This reply has been marked as private.
    #311918

    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

    #312039

    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

    #312283

    Hi!

    You are welcome Sean, glad you figured it out! Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.