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 has been archived by the owner on Dec 28, 2024. It is now read-only.
I will load a default image when the src is wrong, but I needn't preload placeholder, so can you fix it like _computePlaceholderHidden: function() { return this.$.sizedImgDiv.style.backgroundImage !== ''; // return !this.preload || (!this.fade && !this.loading && this.loaded); }
Thanks.
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.
Description
I will load a default image when the src is wrong, but I needn't preload placeholder, so can you fix it like
_computePlaceholderHidden: function() { return this.$.sizedImgDiv.style.backgroundImage !== ''; // return !this.preload || (!this.fade && !this.loading && this.loaded); }
Thanks.
The text was updated successfully, but these errors were encountered: