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 Dec 5, 2023. It is now read-only.
I noticed that the plugin introduces a bit of overhead when the fallback is actually required. So in intensive js load it makes the loading a bit slower.
Therefore, is it possible to perform such work in background? So the other way around, something like:
By default, render the fallback
Try to load the actual image in background
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is more a question than an issue...
I noticed that the plugin introduces a bit of overhead when the fallback is actually required. So in intensive js load it makes the loading a bit slower.
Therefore, is it possible to perform such work in background? So the other way around, something like:
Thanks in advance.
The text was updated successfully, but these errors were encountered: