Semana das Crianças 2021 - Circo Sólido c2yx
07/10/2021
A unidade Sólido Brasília de Minas ganhou as cores e a alegria do circo para abrir a tão esperada Semana das Crianças! Foi um dia muito divertido e especial! c3a5d
';
},
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);
});
};