Found this article: https://www.dhiwise.com/post/preload-im ... experience
Just wondering if its something we can use?
Just wondering if its something we can use?
Code:
/* Preloading CSS Background Images */body::before { content: url("./images/morning_bg.png"); content: url("./images/day_bg.png"); content: url("./images/midday_bg.png"); content: url("./images/afternoon_bg.png"); content: url("./images/evening_bg.png"); content: url("./images/goodnight_bg.png"); display: none;}
Statistics: Posted by Stoker 4.0 — Sun Feb 16, 2025 7:25 am