MyBB Community Forums

Full Version: stop pics getting cut off
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
can anyone tell me how i can fix this as they should pop out in own window but they just get cut off in the forum.
http://thcchat.com/showthread.php?tid=29

thanks for any help

Huh
Add this to your global.css for the current theme you're using:

.post_body img {
    max-width: 80%;
}

Let me know if this helps. Angel
where in gcss do it put it?
(2015-06-04, 06:48 PM)soundwave Wrote: [ -> ]where in gcss do it put it?

Under .post_body {} Cool
.post_body {
font-size: 14px;
padding: 12px 0;

there?
(2015-06-04, 07:11 PM)soundwave Wrote: [ -> ].post_body {
font-size: 14px;
padding: 12px 0;

there?

It should look like this:

.post_body {
 font-size: 14px;
 padding: 12px 0;
}

.post_body img {
   max-width: 80%;
}
.post_body {
font-size: 14px;
padding: 12px 0;
}
.post_body img {
max-width: 80%;
}
.post.classic .post_content {
float: left;
width: 79%;
padding: 0 1% 5px 1%;

dont work?

still cant make that code work? i need it so they open in own window as the pics i want to use are 6000x6000 from a dslr.