Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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, 10 months ago by TheElear.
    #363649

    Hey TheElear!

    You can use this plugin to change image sizes – https://wordpress.org/plugins/simple-image-sizes/

    Best regards,
    Yigit

    #364090

    Yigit,

    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, 10 months ago by TheElear.
    #364415

    Hey!

    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,
    Ismael

    #364551

    Hi Ismael,

    Thanks for that. Is the image size matrix above correct? Are these predefined image sizes in Enfold?

    regards,
    P

    #364941

    Hey!

    Yes, you can scroll to the right and find the comments to see which size is for which image

    Cheers!
    Yigit

    #365033

    Many thanks Yigit, you can now close this thread

    regards,
    Peter

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Enfold image sizes’ is closed to new replies.