Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
fix: add minimum opacity to force loading
Browse files Browse the repository at this point in the history
  • Loading branch information
jehon committed Oct 20, 2022
1 parent a4f353d commit a86258e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jehon-image-loading.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default class JehonImageLoading extends HTMLElement {
}
img[loading] {
opacity: 0;
opacity: 0.01;
}
</style>
<slot></slot>
Expand Down

0 comments on commit a86258e

Please sign in to comment.