Site logo

Archived topic

How to make the blog thumbnails smaller?

5 replies · Started by Marius on June 10, 2019

Viewing posts 1–6 of 6

Hello, the blog thumbnails are way to big for my taste. How can i make them smaller, just like in Volume Site? But so, that they are also okay on mobile?

But then the size not looks good on mobile. That´s why i mentioned the mobile thing.

Volume is using this CSS:

.blog .post-image img, .archive .post-image img, .search .post-image img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}

You can wrap it in @media (min-width: 769px) { } if you want it on desktop only.

Let me know :)

Okay thanks, that works. But why do you mention the thing with the desktop only? Is there a benefit to do so?

Nope not at all.

Just thought you needed something different for desktop and mobile :)

This archived topic is closed to new replies.