I have an image that I’m needing to display and do a link to another in
a popup window. I found the link_to_image helper, but I’m having a
problem with it. I need to control the size of the first displayed image
(the anchor). It needs to have
width=“100%” height=“100%” added to the image tag in order to keep
the anchor image from displaying way too large. The code I’m using right
now is
I have an image that I’m needing to display and do a link to another in
a popup window. I found the link_to_image helper, but I’m having a
problem with it. I need to control the size of the first displayed image
(the anchor). It needs to have
width=“100%” height=“100%” added to the image tag in order to keep
the anchor image from displaying way too large. The code I’m using right
now is