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
The text was updated successfully, but these errors were encountered:
Quineone
changed the title
would like have a better friendly style of LoadingSpinner
Would like have a better friendly style of LoadingSpinner
Jul 8, 2022
currently the LoadingSpinner in the component SpeedkitImage used as background.
This is the reason because otherwise the <img /> needs a container to use a pseudo element.
The only alternative I see is to use different LoadingSpinner in SpeedkitPicture and SpeedkitImage and integrate the LoadingSpinner in SpeedkitPicture and disable it in the embedded SpeedkitImage.
In this case theLoadingSpinner must be extended by a selector customization.
Describe the bug
Instead of set the loading spinner for img tag
would like to set this for the img's pseudo-elements :before or :after
The text was updated successfully, but these errors were encountered: