Archived topic
How to make the blog thumbnails smaller?
5 replies · Started by Marius on June 10, 2019
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?
Hi there,
Have you tried the customizer option first?
https://docs.generatepress.com/article/adjusting-the-featured-images/
Let me know :)
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 :)