Open GoogleCodeExporter opened 9 years ago
Hey there,
I'm having the same problem. The issue is caused by taking off the absolute
positioning from the original caption container.
Original comment by steven.c...@gmail.com
on 13 Sep 2011 at 9:43
Hi I know its to late.... But i found a solution
jquery.galleriffic.js
Line:545;
if (this.$captionContainer) {
previousCaption = this.$captionContainer.find('span.current').addClass('previous').removeClass('current');
/* Add this line */
previousCaption.remove();
/* --------------------*/
}
Original comment by pravin.p...@gmail.com
on 15 Mar 2012 at 11:16
7 hours ago wasn't too late! I had the same problem today, and the above
comment worked! I was going crazy trying to fix that!
I was putting overflow:hidden; on the #caption css, and it sort of worked, but
the new caption's opacity would snap in from 0 to 100%.
This solution doesn't fade the previous comment out, but it looks better than
the new one snapping in.
Original comment by Anna.In....@gmail.com
on 15 Mar 2012 at 6:44
Original issue reported on code.google.com by
JM07202...@gmail.com
on 18 Feb 2011 at 6:20