5 lines
132 B
CSS
5 lines
132 B
CSS
.lazy {
|
|
/* In edge, intersection observer will not fire on 0px sized elements */
|
|
min-width: 0.1em;
|
|
min-height: 0.1em;
|
|
}
|