Canon Fodder

Comics => Beastling => : DragynBot September 07, 2011, 04:43:24 AM

: Comic #97
: DragynBot September 07, 2011, 04:43:24 AM
(http://beastling.crimsonflagcomic.com/comics/00000097.png)
: Re: Comic #97
: Tvorsk September 07, 2011, 07:34:31 PM
Yay, totally unsuspicious trapdoor...

Also, I assume Lieutenant's change of color is intentional, as he seems kinda half-way through it in the bottom left panel.

Is the flaming thing a robot?
: Re: Comic #97
: Dragyn September 08, 2011, 02:19:15 AM
Flaming thing is a generic heavily-armored soldier, possibly robotic.

And yes, the Lieutenant's color changes are deliberate.  See also the commentary for this comic (http://beastling.crimsonflagcomic.com/comic.php?comicID=81).

And yup.  Completely non-suspicious.
: Re: Comic #97
: Felblood September 11, 2011, 06:11:40 AM
The dude lives!

Also, the link on canonfodder.virmir.com has a broken image from my machine.
: Re: Comic #97
: Dragyn September 12, 2011, 12:15:47 AM
Yup.  The canonfodder thumbnail is broken.  Virmir said he'll look into it.  I'll probably make a thumbnail when I get home if it's not fixed.
: Re: Comic #97
: Virmir September 17, 2011, 08: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.

:
.bbc_img {
 max-width: 680px;
}

Resized comics don't look as nice though. Alternatively you could try increasing the width of the entire forums.

:
#mainframe {
width: 1050px;
}

*Might* break stuff though. ;)
: Re: Comic #97
: Dragyn September 18, 2011, 07:34:32 AM
Ooh.  I'll have to look for that in the template itself, to be sure I get it right.  I tried to find the right piece of code, before, but never actually succeeded.

Thanks, Vir!