/* Paste this css to your style sheet file or under head tag */ /* This only works with JavaScript, if it's not present, don't show loader */ .no-js #loader { display: none; } .js #loader { display: block; position: absolute; left: 100px; top: 0; } .se-pre-con { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999; background: url(https://www.berylbarnard.co.uk/images/loading.gif) center no-repeat #fff; } //paste this code under the head tag or in a separate js file. // Wait for window load $(window).on('load'.function() { // Animate loader off screen $(".se-pre-con").fadeOut("slow");;});

Leave a message

CAPTCHA