OK, so I'm nearing the final stages with this project. Here's what I
have, and what I need. Hopefully someone can help me here because I'm
at a point where I can't test certain things.
When an image is selected from the thumbnails, I have a script that
resizes the image to 50% viewport size and
Yeah I forgot to include that part... sorry about that. That's right
here
getImage: function(href2view)
{
$("#loadingAnimation").css({position: 'absolute', top: '50%', left:
'50%'}).show();
var imageLoader = new Image();
$(imageLoader).load(function()
{
I am not seeing where you are setting the galleryObj.currentSrc when
the user clicks on next / prev. may be that is the problem.
On Dec 10, 4:04 pm, sad1sm0 <[EMAIL PROTECTED]> wrote:
> I'm building my first plugin for jquery and I'm stuck on a really
> weird problem. I'm building a lightbox ima
3 matches
Mail list logo