That wasn't exactly what I meant but that's still helpful -- no <img> tags at all. Which makes me think it isn't ImageGen per se.
I was thinking more about the output on the 'net' tab to see if any requests were being made to ImageGen and, if so, the return value (200, 304, 404, etc.). If you can get that info that would be helpful.
But perhaps if it's not ImageGen causing the issue then if you could show the xslt or razor code you're using to generate the <ul id="myGallery"> markup there might be something obvious there.
Ahhh, the link to the page is just what's needed, thank you!
The razor code looks good, and the images are properly loaded even on the first request.
The problem is with some javascript that is forcing the <a> to width=0 and height=0. The images are there but they can't be seen because the anchor containing the image has no size. Once you correct the javascript issue all should be fine.
Unable to see thumbnail images at first!
I using ImageGen Basic version 2.5.7.27945 and installed and configured it. I come across with a problem and I could find a solution in the forum.
I am using thumbnails on gallery page. When I hit the gallery page first time, the only thing I could see is little dots.
If I refresh or hit the page again this time thumbnails are shown as they are expected.
Is this a bug or Am I missing somthing?
Very odd.
Can you use firebug or fiddler or your browser's "inspector" mode to see what is being returned by the initial requests? That would be helpful.
cheers,
doug.
This is what I get after right clicking and selecting "inspect element with firebug"
That wasn't exactly what I meant but that's still helpful -- no <img> tags at all. Which makes me think it isn't ImageGen per se.
I was thinking more about the output on the 'net' tab to see if any requests were being made to ImageGen and, if so, the return value (200, 304, 404, etc.). If you can get that info that would be helpful.
But perhaps if it's not ImageGen causing the issue then if you could show the xslt or razor code you're using to generate the <ul id="myGallery"> markup there might be something obvious there.
cheers,
doug.
To clarify things better and go faster this is the link of the gallery page
I am not so familiar with firebug but I get 304 Not Modified warning.
Here is also razor code which displays gallery thumbnails.
Ahhh, the link to the page is just what's needed, thank you!
The razor code looks good, and the images are properly loaded even on the first request.
The problem is with some javascript that is forcing the <a> to width=0 and height=0. The images are there but they can't be seen because the anchor containing the image has no size. Once you correct the javascript issue all should be fine.
cheers,
doug.
OK, I will check your suggestion :) Thanks for the help, Doug
is working on a reply...