pgplast New User

Joined: January/10/2007 Location: United States
Online Status: Offline Info: 30
|
| Added: February/06/2010 at 6:58am | IP Logged
|
|
|
I'm using your stream_pic code to show certain images to members. I have a field in the user table named Photo_URL to which I post the name of each user's image. The image call on the call_pic page is then:
<img width="499" height="203" src="http://www.ourdomain.com/ourdirectory/stream_pic.asp?pi cname=<%= Photo_URL%>.jpg">
-------
Now this all works fine and shows the user his/her unique image. However, the image is not rendered by the browser at its true dimensions, but is scaled down slightly. I cannot see anything in the code that would account for this, and so, out of frustration am asking if you might know why.
Thanks.
|