You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 9, 2026. It is now read-only.
It might be possible to add support for CSS Background images.
Maybe the programmers CSS could then look something like this:
body {
background-image:url("/img/background.webp");
background-image-formats: webp, png, jpg;
}
I'm not sure if it's possible to access the CSS's "background-image-formats" through Javascript and I'm also not sure how reliable this would work, but it's worth a try!
It might be possible to add support for CSS Background images.
Maybe the programmers CSS could then look something like this:
I'm not sure if it's possible to access the CSS's "background-image-formats" through Javascript and I'm also not sure how reliable this would work, but it's worth a try!