Hi Andreas,
i use color in the header as red background, no image. I’ll try to set the area onReady. Do I have to consider something in the code? I have already tried something. But that did not work because the code could not be read. Example:
export function header_viewportLeave(event) {
$(function() {
$w(“#redHeader”).show();
});
}
export function header_viewportEnter(event) {
$(function() {
$w(“#redHeader”).hide();
});
}