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

Commit a86258e

Browse files
committed
fix: add minimum opacity to force loading
1 parent a4f353d commit a86258e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jehon-image-loading.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default class JehonImageLoading extends HTMLElement {
7171
}
7272
7373
img[loading] {
74-
opacity: 0;
74+
opacity: 0.01;
7575
}
7676
</style>
7777
<slot></slot>

0 commit comments

Comments
 (0)