Tagged: 

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

    Is there a quick css code that can be used to force a certain image size for the ‘Single Post With Big Preview Image’? For instance, I have an image that is 700w x 300h, but another one is 600w x 250h, but I wanted all the images in the blog to be 800w x 350h .

    Thank you for your help. Much appreciated. Great theme too!

    Gary

    #185452

    Hi grpetz!

    You can only force the height of the featured image because the width will vary on the content width. Add this on your custom.css or Quick CSS:

    .big-preview.single-big img {
    height: 350px;
    min-height: 350px;
    max-height: 350px;
    }

    This will stretch some of the images and may not look good afterwards.

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change Size of Image in Single Post With Big Preview Image’ is closed to new replies.