You can specify the height of the overlay by passing value to the height option. All css value are valid, such as '50px','50%', etc.

$(function() {
    $('#container').sliphover({
        height: '50%'
    });
})