#ÉPraFaculqueEuVou - Aprovados nos Vestibulares 2f561p
07/05/2024
Nosso álbum '#ÉPraFaculqueEuVou' celebra momentos únicos e especiais na vida dos nossos alunos que, com esforço, dedicação e muito estudo, conquistaram a aprovação em vestibulares ao redor de todo país. 1i492f
';
},
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);
});
};