getgrav / grav-theme-notepad

Notepad Grav Theme
https://getgrav.org
MIT License
7 stars 7 forks source link

Perform background check after images are loaded #11

Open michalbiarda opened 5 years ago

michalbiarda commented 5 years ago

Hi guys,

first of all thanks for an amazing template. I like it very much.

I started playing with it recently and noticed that background check feature sometimes doesn't work properly. I dug a little bit and it looks like the script is not taking into account when images are loaded. When JS script starts before images are loaded (for example when all assets are cached in a browser), background check is incorrect.

My fix forces the script to wait until all checked images are loaded. Please merge it if you want.

Best regards, Michał Biarda