// Full Page
$('.screens').fullpage({
anchors:['first', 'second', 'third'],
sectionSelector: '.screen',
verticalCentered: false,
onLeave: function(origin, destination, direction){
if(destination.index == 0){ // нулевой слайд
$('.header').addClass('header--transparent');
}
if(destination.index !== 0){ // не нулевой слайд
$('.header').removeClass('header--transparent');
}
}
});
А если я body это задам, мне не плюнут в лицо евангелисты html css?
Но много ли проектов вообще рассчитывается для такой ширины окна.