Home Forums Basel support forum blog image ratio

blog image ratio

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #149670

    bellstudio
    Participant

    Hello,
    can you please tell me how can i have same proportion of the images in the blog page?
    https://selectdesign.ro/category/blog/

    As you can see the pictures have random sizes and the editors don’t have time to crop them to a specific size?

    Is there a way to show all the pictures in this page in a 4:3 ratio?

    #149685

    Hello,

    Our theme does not have such a plugin, perhaps you can find a plugin. We can suggest limiting the height of the wrapping block with CSS however it would just cut images, like this https://gyazo.com/386f16e94ae9b301a929b74d470f8128

    If you accept it, here is the code:

    body .blog-post-loop .post-img-wrapp {
        max-height: 450px;
    }

    add to the Theme Settings > Custom CSS > Desktop

    Best Regards

Tagged: 

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