Hello,
I would like to delete the resize effect of the window between two
pictures.
I read the doc and see the "transition".
So to get ride of "transition in and out" I'm using this :
// Lightbox Init
var fancyboxArgs = {
padding: 0,
overlayColor: "#fff",
overlayOpacity: 0.9,
titleShow: true,
mouseWheel: true,
transitionIn: "none",
transitionOut: "none",
autoPlay: true,
playSpeed: 5000
};
$('.gallery-icon a').attr('rel', 'post-gallery');
$("a[rel='gallery'], a[rel='lightbox'], .gallery-icon
a, .colorbox").fancybox( fancyboxArgs );
I thought these lines would do the trick but I still have the
transition between pictures :
transitionIn: "none",
transitionOut: "none",
Maybe I'm wrong, the resize of the window between two images is
perhaps not the "transition".
Can someone help me out on this one ?
Here is the address to for :
http://www.acielouvert.net/heygee/
Thanks a lot