I have a the thumbs marked up like this
<li style="display: block; opacity: 0.67;">
<a class="thumb" href="#1" title="#1" rel="history">
<img src="correct_src_to_the_image">
</a>
</li>
Thumbs are working well...
What is the expected output? What do you see instead?
The expected output then was to see the image with img src of that anchor and
to
image.src = imageData.slideUrl; being equal to "correct_src_to_the_image";
, but instead
image.src = imageData.slideUrl; it's just "#1";
Which leads to trying to load an image with incorrect path.
What should I do ?
I'm using 2.0.1 running mac osx lion, the examples work well for me.
Please provide any additional information below.
Original issue reported on code.google.com by mdiaslou...@gmail.com on 1 Mar 2012 at 5:48
Original issue reported on code.google.com by
mdiaslou...@gmail.com
on 1 Mar 2012 at 5:48