Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

Images are getting Chopped

#1845
Avatar photoBob

Hi,
I’ve checked it before and seems like there is a small bug, the `.post__entry` class has set the overflow property to hidden what means that any overflow will be hidden within the boundaries of the container.

Just add, via the CSS Custom Tool,  the following rule:

.post__entry {
    overflow: unset;
}