Dia das crianças Sólido z4r3h
04/11/2022
Foi uma semana cheia de aventura e emoções. Confira algumas fotos 3e172y
';
},
helpers : {
title : {
type: 'inside'
},
thumbs : {
width : 110,
height : 60
}
}
});
$('.Carregando').hide();
// Here we apply the actual CollagePlus plugin
function collage() {
$('.Collage').removeWhitespace().collagePlus(
{
'fadeSpeed' : 2000,
'targetHeight' : 100,
'effect' : 'effect-2',
'direction' : 'vertical',
'allowPartialLastRow':true
}
);
};
// This is just for the case that the browser window is resized
var resizeTimer = null;
$(window).bind('resize', function() {
// hide all the images until we resize them
$('.Collage .Image_Wrapper').css("opacity", 0);
// set a timer to re-apply the plugin
if (resizeTimer) clearTimeout(resizeTimer);
resizeTimer = setTimeout(collage, 200);
});
};