Image size in posts module

Hi,

My featured image is 150*87px.

In my Posts module, I’ve set the image size to “Thumbnail 150x150px”.

Then, how do I get a resized image like this : https://www.apitrak.com/fr/?page_id=299

I’m a WP beginner, but I’m feeling a bit disappointed after 3 days of joyful discovery of BB.

Hi Vincent,

The link you provided is a 404. Is it possible for you to provide a screenshot of the issue and a link to a new post, please?

Thanks,
Danny

Try this : https://www.apitrak.com/fr/news/

Hey Vincent,

Can you try adding the CSS snippet below and see if it’s what you’re looking for? You can place it under Appearance > Customize > Code > CSS Code.

.fl-post-feed .fl-post-feed-image {
  width: 150px;
  height: 150px;
}

Ben

Yes, problem solved, thks

Awesome! Glad we could help. :slight_smile:

Enjoy BB!

Ben