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
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:
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: