R
RC
I want to display photos and when the user clicks on one the photo gets
displayed in its own window. This is what I"m currently using.
<A id="picAnchor" target="_blank" href="../Photos/somePic.jpg"><img
src='../Photos/ etc... </A>
It works great - as expected the photo shows up in a new browser window. The
thing is that I want the photo to show up in its own window - but to have
the new window's size conform to the size of the image (i.e., no extra white
space around the photo). Is there a way to do that without having to "know"
ahead of time the dimensions of the pic?
Thanks!
displayed in its own window. This is what I"m currently using.
<A id="picAnchor" target="_blank" href="../Photos/somePic.jpg"><img
src='../Photos/ etc... </A>
It works great - as expected the photo shows up in a new browser window. The
thing is that I want the photo to show up in its own window - but to have
the new window's size conform to the size of the image (i.e., no extra white
space around the photo). Is there a way to do that without having to "know"
ahead of time the dimensions of the pic?
Thanks!