How can I control the size of the theme image on the main blog page

This topic has 5 replies, 2 voices, and was last updated 5 years, 7 months ago ago by yaronb

  • Avatar: yaronb
    yaronb
    Participant
    May 16, 2020 at 21:41

    Hey

    Do I have the ability to control height, length or width
    The subject of each photo is a blog post.

    Direction on the main page of the blog ….
    https://prnt.sc/si3dv0

    Not on the article page itself …
    I have the option to control the size …

    Would appreciate help

    Thank you

    4 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 17, 2020 at 07:27

    Hello,

    Theme Options > Blog > Blog layout > Image Sizes For Blog.
    If you want to reduce width of images on the Blog, use the next Custom CSS code –

    .blog .blog-post img {
        max-width: 400px !important;
    }

    Regards

    Avatar: yaronb
    yaronb
    Participant
    May 17, 2020 at 15:01

    Hi there

    What is the CSS code that I need to write to have full control over the image
    Because it only reduces the whole image as you can see here
    https://prnt.sc/siesim

    I want to have the option of height or length control and not just width

    https://prnt.sc/sieta9

    Thank you

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 17, 2020 at 17:42

    Hello,

    In this case, change the previous code to

    .blog .blog-post img {
        max-width: 400px !important;
        max-height: 200px !important;
    }

    Regards

    Avatar: yaronb
    yaronb
    Participant
    May 18, 2020 at 07:31

    Championship,

    Lots and lots of thank you

    This is the result: https://prnt.sc/sirtiv

  • Viewing 5 results - 1 through 5 (of 5 total)

The issue related to '‘How can I control the size of the theme image on the main blog page’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.