Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show backround on img tag only when img is loaded
To avoid antializing issue with background we show background on theparent element of img (.ImageBase) while img is loading or in case there is no src at all. But when img is loaded we disable background on .ImageBase and show background on img itself
- Loading branch information