Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #365587

    Hi Support,

    Having a really hard time here to get a good understanding how enfold scales the images.
    What i need to say to any photgraf what size and ratio need from from em and still keep it loading fast.
    Is there something i have missed? :-)

    Found this post :
    http://kriesi.at/themes/enfold/portfolio/portfolio-3-column/

    But the images look really good in one mode then if then trigger the responsive mode some pictures can scale way off and are the picture gets to big.
    How to think here? Do Enfold have a good guide and video on this really struggling here what to say to the photograf what images sizes i will need.

    If i want the portfolio look like :
    http://kriesi.at/themes/enfold/portfolio/portfolio-3-column/
    Whats size of images would i ask for?

    If have a startpage and do boxes with a 3×3 coloums and put a images there and want like landscape what size/ratio would i ask for?

    #366036

    Hi Mattias!

    The grid 2 – 3 columns use an image size of 495 x 400. If you open up /enfold/functions.php you can find all of the image sizes starting on line 100.

    $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

    Cheers!
    Elliott

    #366262

    Sweet thank you Elliot think i have this now :-D

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Image sizes and ratio’ is closed to new replies.