Concurso de Bolsas 2022 - Brasília de Minas 186w3u
26/09/2021
Foram aplicadas no dia 26 de setembro as provas do Concurso de Bolsas 2022. Agradecemos pela presença de todos! Aguarde o resultado final. 1j5h3e
';
},
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);
});
};