I want the page and contents in it to be displayed ONLY AFTER my big background images are loaded.I've tried so many ways to do it, I just can't find a way. Already tried $(document).ready - not working.
body
{
 padding: 0;
 margin: 0;
 background-color: #ffffff;
 width: 100%;
 overflow-x: hidden;
 background: url('images/dark.jpg');
 background-attachment: fixed;
 background-size: cover;
}