looking for a certain custom CF tag

2001-01-13 Thread Phoeun Pha
I want to display images on a page, but i have a max height and width. I want to be able to get the width and heigth of an image, and change those numbers proportionatly if they happen to go over the max, and insert them into the IMG SRC tag. Is there custom CF tag that can retrieve the image he

Re: looking for a certain custom CF tag

2001-01-13 Thread Howie Hamlin
copy of iMS POST-SE Server from CoolFusion! - Original Message - From: "Phoeun Pha" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, January 13, 2001 5:34 PM Subject: looking for a certain custom CF tag > I want to display image

Re: looking for a certain custom CF tag

2001-01-13 Thread Adrian J. Moreno
I use CF_ImageSize. It returns the height and width of an image as variables. You have to insert them into the SRC tag yourself. You could manipulate the results to come close to your max. dimensions. http://devex.allaire.com/developer/gallery/info.cfm?ID=CA34747F-2830-11D4-AA9700508B94F380&meth

RE: looking for a certain custom CF tag

2001-01-13 Thread Phoeun Pha
Thanx, this tag rules! even though it's a little slow -Original Message- From: Adrian J. Moreno [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 13, 2001 5:15 PM To: CF-Talk Subject: Re: looking for a certain custom CF tag I use CF_ImageSize. It returns the height and width

RE: looking for a certain custom CF tag

2001-01-14 Thread Russel Madere
> To: CF-Talk > Subject: looking for a certain custom CF tag > > > I want to display images on a page, but i have a max height and width. I > want to be able to get the width and heigth of an image, and change those > numbers proportionatly if they happen to go over the max,