1
Beastling / Re: Comic #97
« on: September 17, 2011, 01:31:39 PM »
I fixed the thumbnail. Will *probably* work now. We'll see.
If you want to tweak the forum theme's CSS so that posted images do not scroll like that, you can stick the following code in there to resize it.
Resized comics don't look as nice though. Alternatively you could try increasing the width of the entire forums.
*Might* break stuff though.
If you want to tweak the forum theme's CSS so that posted images do not scroll like that, you can stick the following code in there to resize it.
Code: [Select]
.bbc_img {
max-width: 680px;
}
Resized comics don't look as nice though. Alternatively you could try increasing the width of the entire forums.
Code: [Select]
#mainframe {
width: 1050px;
}
*Might* break stuff though.