New Landing How can we help? Atelier Picture aspect ratio

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #279471
    Integrity
    Member
    Post count: 32

    Hi,

    How can I change ALL picture aspect ratio to 15:10 (width:height)?
    I cannot find the picture sizes (thumbnail, full, etc.), so please help me to find!

    Thanks

    #279472
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Unfortunately that’s not possible as the theme has all of it’s own sizes set in the php files, you’d have to crop your images to that size before you upload them, however some page builder elements may overwrite the image size

    – Kyle

    #279483
    Integrity
    Member
    Post count: 32

    I found this in functions.php – this is all of the themes image sizes?

    			/* THUMBNAIL SIZES
    
    			================================================== */
    
    			set_post_thumbnail_size( 220, 150, true);
    
    			add_image_size( 'widget-image', 94, 70, true);
    
    			add_image_size( 'thumb-square', 250, 250, true);
    
    			add_image_size( 'thumb-image', 600, 450, true);
    
    			add_image_size( 'thumb-image-twocol', 900, 675, true);
    
    			add_image_size( 'thumb-image-onecol', 1800, 1200, true);
    
    			add_image_size( 'blog-image', 1280, 9999);
    
    			add_image_size( 'gallery-image', 1000, 9999);
    
    			add_image_size( 'large-square', 1200, 1200, true);
    
    			add_image_size( 'full-width-image-gallery', 1280, 720, true);
    #279790
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Some areas of the site will create dynamic sizes on page load. For example masonry areas.

    Where do you refer to specifically.

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register