Tagged: gallery
-
AuthorPosts
-
December 5, 2014 at 11:26 am #363499
Hello,
1. Can you please confirm what are predefined Enfold image sizes for various elements e.g. blog, 2, 3, 4 column blog/gallery, full width image, etc.
Is it like here: https://kriesi.at/support/topic/images-doubt/ ?2. Another question is if I want to change default thumbnail (or other img sizes) do you recommend to change directly in Enfild code or use the plugin?
many thanks,
Peter- This topic was modified 9 years, 11 months ago by TheElear.
December 5, 2014 at 4:49 pm #363649Hey TheElear!
You can use this plugin to change image sizes – https://wordpress.org/plugins/simple-image-sizes/
Best regards,
YigitDecember 6, 2014 at 5:14 pm #364090Yigit,
Are these predefined image sizes in Enfold?
$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 ); // images for fullsize pages and fullsize slider
What is the size of the image in the 2 column gallery?
regards,
Peter- This reply was modified 9 years, 11 months ago by TheElear.
December 8, 2014 at 4:14 am #364415Hey!
Are you referring to the Gallery element? It depends on the thumbnail that you set on Gallery Preview Image Size setting. If you want to know the size of the images on the lightbox, it is the Large size thumbnail on Settings > Media panel.
Regards,
IsmaelDecember 8, 2014 at 11:23 am #364551Hi Ismael,
Thanks for that. Is the image size matrix above correct? Are these predefined image sizes in Enfold?
regards,
PDecember 8, 2014 at 8:46 pm #364941Hey!
Yes, you can scroll to the right and find the comments to see which size is for which image
Cheers!
YigitDecember 8, 2014 at 11:24 pm #365033Many thanks Yigit, you can now close this thread
regards,
Peter -
AuthorPosts
- The topic ‘Enfold image sizes’ is closed to new replies.