Page 1 of 1

width testing

Posted: Wed Jul 04, 2007 8:18 am
by Apoptosis
Is this picture cut off for you?

Image

Re: width testing

Posted: Wed Jul 04, 2007 8:53 am
by bubba
yup

Re: width testing

Posted: Wed Jul 04, 2007 9:41 am
by Digital Puppy
yup

Re: width testing

Posted: Wed Jul 04, 2007 10:12 am
by Sovereign
Yes.

Re: width testing

Posted: Wed Jul 04, 2007 10:20 am
by DMB2000uk
hehe, thats my picture

and yes it is.

Dan

Re: width testing

Posted: Wed Jul 04, 2007 2:23 pm
by Apoptosis
k... thanks guys... still stuck on how to fix this feature...

Re: width testing

Posted: Wed Jul 04, 2007 7:03 pm
by DMB2000uk
WOOO!!! I found a hack!!!!

Around line 1117 in the style.css

change overflow to auto

Code: Select all

/* Content container styles
----------------------------------------*/
.content {
	min-height: 3em;
	overflow: auto;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #333333;
}
Semi-nasty as it scrolls the whole post and not just the picture, but as far as I can see the only way of doing it without assigning the [IMG] tag a whole class of its own.

Dan

Re: width testing

Posted: Thu Jul 05, 2007 5:41 am
by KnightRid
Cut off for me too.

Neat how you can resize your screen and see it all :)

no auto shrink picture setting? make all pics no more than 640X480 automatically, or maybe a way to set the picture box itself to 640X480 and shrink/fit the picture to it?

Mike

Can you tell I know sooooo much about coding :p

Re: width testing

Posted: Fri Jul 06, 2007 10:18 am
by Apoptosis
KnightRid wrote:Cut off for me too.

Neat how you can resize your screen and see it all :)

no auto shrink picture setting? make all pics no more than 640X480 automatically, or maybe a way to set the picture box itself to 640X480 and shrink/fit the picture to it?

Mike

Can you tell I know sooooo much about coding :p
We can do that for the attachments, but not sure about images that are just set in img tags.

Re: width testing

Posted: Fri Jul 06, 2007 10:20 am
by Apoptosis
DMB2000uk wrote:WOOO!!! I found a hack!!!!

Around line 1117 in the style.css

change overflow to auto

Code: Select all

/* Content container styles
----------------------------------------*/
.content {
	min-height: 3em;
	overflow: auto;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #333333;
}
Semi-nasty as it scrolls the whole post and not just the picture, but as far as I can see the only way of doing it without assigning the [IMG] tag a whole class of its own.

Dan
hack applied... works... better than having the image cut off!

Re: width testing

Posted: Fri Jul 06, 2007 10:56 am
by FZ1
Not cut off for me now...have to scroll.

Re: width testing

Posted: Fri Jul 06, 2007 12:47 pm
by bubba
Yup, works for me too.

Re: width testing

Posted: Fri Jul 06, 2007 2:04 pm
by DMB2000uk
8)

Dan

Re: width testing

Posted: Sat Jul 07, 2007 5:27 am
by KnightRid
Perty slick! scrolls for me also :)

Mike