When i add an image in a topic (in my forum) its been so small. Please can someone tell me a way to fix it?
Thank you
Thank you
div.postbody img {
max-height: 150px;
max-width: 300px;
}
div.postbody img {
height: auto;
max-width: 100%;
}