Sólido Play: Conexão sem telas! 6y3418
18/02/2025
Confira as fotos do Sólido Play!Um momento de conexão sem telas, cheio de diversão e alegria, com as turmas de Brasília de Minas. Esses momentos fortalecem laços e criam memórias inesquecíveis! 📸✨ 4m135g
';
},
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);
});
};