Picture size in "posts" module not working

Greetings,

When I change the picture size from thumbnail, to medium, to large; it doesn’t change to the correct size. Thumbnail shows up bigger than medium. Thumbnails are way bigger than 150 x 150, Medium is also way bigger than 300 x 300

Help!

John

Hi John,

Can you provide a link to your page, as this has already been reported as a potential bug. However, we can fix it using CSS.

Thanks,
Danny

[Content Hidden]

Hi John,

I believe this may be bug and have filed a bug report. In the meantime, you could try adding a custom class to the Post module Settings > Advanced > Class. Then use the following CSS (remember to replace my-class with your own class).

.my-class .fl-post-feed-image-beside .fl-post-feed-image {
  width: 20%;
}
.my-class .fl-post-feed-image-beside.fl-post-feed-has-image .fl-post-feed-content {
  margin-left: 23%;
}

You can adjust the values above if need be.

Thanks,
Danny

Worked like a charm.

Thanks, Danny!