$(function () {
$('.fotorama').on(
'fotorama:show', function (e, fotorama) {
//console.log(fotorama.activeFrame.i);
if (fotorama.activeFrame.i > 1) {
$( "header" ).addClass( "white-header" );
} else {
$( "header" ).removeClass( "white-header" );
}
}
);
});
$('[href="#tab4"]').on('shown.bs.tab', function (e) {
$('.carousel').resize();
});