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.
Danny
(Danny)
2
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
bencarlo
(Ben Carlo)
4
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
bencarlo
(Ben Carlo)
6
Awesome! Glad we could help. 
Enjoy BB!
Ben