Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #398053

    hi guys,

    please giv eme some hints.

    1. Where can I find the picture sizes, which are used in ENFOLD?
    2. Which size is the best size for pictures before I upload them to wordpress?
    3. Must the original picture have the same ratio as the destination ratio inwordpress.

    Thx
    ridcon

    #398066

    Hi,

    I’m no expert (by a long shot) so could be giving you completely wrong info but…

    1. Where can I find the picture sizes, which are used in ENFOLD?

    functions.php has the following:

    $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

    2. Which size is the best size for pictures before I upload them to wordpress?

    Depends on the largest image size required and if you want large lightbox detailed images to show

    3. Must the original picture have the same ratio as the destination ratio inwordpress.

    This depends on the crop set above. This link n the WordPress Codex: http://codex.wordpress.org/Function_Reference/add_image_size lists the different types of crop and also explains how to add extra custom image sizes to your theme.

    http://havecamerawilltravel.com/photographer/wordpress-thumbnail-crop shows you how each type of crop is displayed as it doesn’t work exactly as one would think.

    Like I said, I’m no expert so if a Moderator comes along and says I’ve just told you a pile of rubbish then I’m sorry!

    #398287

    Hey!

    Just to add to @digitalessence, after changing image sizes, please do not forget to regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/

    @digitalessence
    Thank you :)

    Best regards,
    Yigit

    #398929

    thx
    ridcon

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