Thread: Image Resize
View Single Post
Old 06-23-2007, 05:22 AM   #1
Rakehel
Junior Member
 
 Join Date: Dec 2005
 Location: Columbus, OH
  Posts: 16
 Rep Power: 0Rakehel is on a distinguished road
Question Image Resize

Kall, I realize that you don't support this, I was just hoping that you might be able to give me a tip or two.

I've been trying to set up a mod, which I got from vB.org, that resizes large images. The mod works great with the default skin but I can't get it to work with Steelgreen.

The instructions for the mod say to insert this code in the Additional CSS Definitions:

Quote:
.hidemsg {
width:700px;
padding-bottom:20px;
overflow:auto;
overflow-x:auto;
overflow-y:hidden;
}
I did that, even messed with setting the pixel size smaller.

In Postbit Legacy the instructions say to replace this portion of the code:

Quote:
Code:

<!-- message -->
<div id="post_message_$post[postid]">$post[message]</div>
<!-- / message -->

Replace it with:

Code:

<!-- message -->
<div id="post_message_$post[postid]" class="hidemsg">$post[message]</div>
<!-- / message -->
Any ideas why this works with the default skin and not Steelgreen? The modification is to help control those people who just have to hotlink those extra large images.
Rakehel is offline   Reply With Quote