Hi,
When you post a large image, such as :
It exceeds the post width and you can't see the whole image.
That's pretty annoying as you have to do : right click -> open image in a new tab, and plus when posting screenshots of C2, you can't see all events. If you use a smaller image, it's sometimes difficult to read texts.
It would be very easy to fix this with this css:
.content img {
max-width: 100%;
max-height: 800px;
}[/code:2x72xr99]
And why not add a bit of php or js to automatically link posted images to their own link if they don't have one already.