Viewing 3 replies - 1 through 3 (of 3 total)
  • ying

    (@yingscarlett)

    I’m here ??

    It’s because when you upload your images, they have different sizes, and the blog is showing the original size of the images, which is normal behaviour.

    Do you want to set a unified size for all images? Don’t think that will work nicely, as your images are in different size, different aspect ratio.

    If you want to have a try, here’s the CSS:

    :is(.blog,.archive) .post-image img {
    width: 100%;
    }
    Thread Starter mrcezars

    (@mrcezars)

    As always you save me, ?? and yes, i made/make this mistake… i don`t use a define size for images. And you are right that will work nicely. i will try in the future to use one size for all images.

    Thank you again my queen, I owe you a bouquet of flowers and a good chocolate

    ying

    (@yingscarlett)

    You are welcome and thanks ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.