Putting the 'role' back in role-playing games since 2002.
Donate to Codex
Good Old Games
  • Welcome to rpgcodex.net, a site dedicated to discussing computer based role-playing games in a free and open fashion. We're less strict than other forums, but please refer to the rules.

    "This message is awaiting moderator approval": All new users must pass through our moderation queue before they will be able to post normally. Until your account has "passed" your posts will only be visible to yourself (and moderators) until they are approved. Give us a week to get around to approving / deleting / ignoring your mundane opinion on crap before hassling us about it. Once you have passed the moderation period (think of it as a test), you will be able to post normally, just like all the other retards.

Technical Question

Joined
Dec 28, 2012
Messages
6,657
Location
Rape
Is there any way to make spoilered images appear in their original size rather than the reduced one? (so you don't have to click)
 

DarkUnderlord

Professional Throne Sitter
Staff Member
Joined
Jun 18, 2002
Messages
28,343
Actually you need to -> Admin Panel -> Appearance -> Templates -> bbm_bbcode_spoiler.css

Code:
.bbmSpoilerBlock img
{
	max-height: none !important;
}

I left it in for quotes. That sits in bb_code.css
 

As an Amazon Associate, rpgcodex.net earns from qualifying purchases.
Back
Top Bottom