width testing

A place to rant about politics, life, or just anything you damn well feel like telling others.
Post Reply
User avatar
Apoptosis
Site Admin
Site Admin
Posts: 33941
Joined: Sun Oct 05, 2003 8:45 pm
Location: St. Louis, Missouri
Contact:

width testing

Post by Apoptosis »

Is this picture cut off for you?

Image
User avatar
bubba
Staff Writer
Staff Writer
Posts: 4765
Joined: Sun May 01, 2005 10:24 am
Location: STL

Re: width testing

Post by bubba »

yup
"The democracy will cease to exist when you take away from those who are willing to work and give to those who would not."
-Thomas Jefferson
User avatar
Digital Puppy
Moderator
Moderator
Posts: 4649
Joined: Tue Apr 27, 2004 12:36 pm
Location: LA LA Land, CA
Contact:

Re: width testing

Post by Digital Puppy »

yup
Just a little puppy trying to make it in a big digital world.
Sovereign
Legit Extremist
Legit Extremist
Posts: 1045
Joined: Sun May 08, 2005 5:28 pm

Re: width testing

Post by Sovereign »

Yes.
Play
Q6600 @ 3.2GHz :: 8GB DDR2-800 :: eVGA 9800GX2 :: 7900GTX (secondary) :: abit IP35 Pro :: 150GB Raptor 10k RPM :: 2x750GB WD Caviar :: 120GB WD :: X-Fi XtremeMusic :: NEC 4551A :: BenQ DVD Combodrive (52x32x52) :: Dual 22" Acer AL2216W :: Thermaltake Armor Black :: Logitech Z5500 5.1

Work
Core 2 Duo @ 2.53GHz :: 4GB DDR3 @ 1067MHz :: 3670 :: Intel PM45 Chipset :: 500GB 5400RPM SATA :: Integrated Audio :: BD-ROM/DVD Burner :: 16" 1920x1080 RGBLED
User avatar
DMB2000uk
Site Admin
Site Admin
Posts: 7095
Joined: Mon Jul 18, 2005 5:36 pm
Location: UK

Re: width testing

Post by DMB2000uk »

hehe, thats my picture

and yes it is.

Dan
Image (<- Clickable)
User avatar
Apoptosis
Site Admin
Site Admin
Posts: 33941
Joined: Sun Oct 05, 2003 8:45 pm
Location: St. Louis, Missouri
Contact:

Re: width testing

Post by Apoptosis »

k... thanks guys... still stuck on how to fix this feature...
User avatar
DMB2000uk
Site Admin
Site Admin
Posts: 7095
Joined: Mon Jul 18, 2005 5:36 pm
Location: UK

Re: width testing

Post 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
Last edited by DMB2000uk on Thu Jul 05, 2007 8:22 am, edited 1 time in total.
Image (<- Clickable)
User avatar
KnightRid
Moderator
Moderator
Posts: 4295
Joined: Wed Dec 14, 2005 5:21 am
Location: Dallastown, PA

Re: width testing

Post 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
Remember, I am opinionated and nothing I say or do reflects on anyone or anything else but me :finga:
User avatar
Apoptosis
Site Admin
Site Admin
Posts: 33941
Joined: Sun Oct 05, 2003 8:45 pm
Location: St. Louis, Missouri
Contact:

Re: width testing

Post 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.
User avatar
Apoptosis
Site Admin
Site Admin
Posts: 33941
Joined: Sun Oct 05, 2003 8:45 pm
Location: St. Louis, Missouri
Contact:

Re: width testing

Post 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!
User avatar
FZ1
Moderator
Moderator
Posts: 4448
Joined: Mon Dec 27, 2004 6:49 pm
Location: Cincinnati, Ohio
Contact:

Re: width testing

Post by FZ1 »

Not cut off for me now...have to scroll.
Joe
User avatar
bubba
Staff Writer
Staff Writer
Posts: 4765
Joined: Sun May 01, 2005 10:24 am
Location: STL

Re: width testing

Post by bubba »

Yup, works for me too.
"The democracy will cease to exist when you take away from those who are willing to work and give to those who would not."
-Thomas Jefferson
User avatar
DMB2000uk
Site Admin
Site Admin
Posts: 7095
Joined: Mon Jul 18, 2005 5:36 pm
Location: UK

Re: width testing

Post by DMB2000uk »

8)

Dan
Image (<- Clickable)
User avatar
KnightRid
Moderator
Moderator
Posts: 4295
Joined: Wed Dec 14, 2005 5:21 am
Location: Dallastown, PA

Re: width testing

Post by KnightRid »

Perty slick! scrolls for me also :)

Mike
Remember, I am opinionated and nothing I say or do reflects on anyone or anything else but me :finga:
Post Reply