Image handling on categories and products pages

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 13 años
Is there anything different about the way images are processed in the categories and products pages, i have a scrolling flash image gallery that works by linking images from a folder with an XML file, for some reason this works on the default.aspx page, but on the categories and products page no images are displayed when the scroller loads.

Can anyone point me in the right direction as to why this might be occuring? could it be something to do with the lightbox functionality or the product image rendering?

Any advice would be greatly appreciated, thanks in advance.
Hace 13 años
try loading your images like so

<img  title="yourTitle" alt="yourAltText" src="<%=Page.ResolveUrl("~/path/toyour/image.jpg")%>"  />


regards, hayden
Hace 13 años
duplicate post
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.