We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f3f24 commit c48139bCopy full SHA for c48139b
src/oc-client.js
@@ -723,7 +723,7 @@ export function createOc(oc) {
723
}
724
725
if (this.#manageLifecycle) {
726
- if (this.getAttribute("lazy") === "true") {
+ if (this.getAttribute("loading") === "lazy") {
727
const observer = new IntersectionObserver((entries) => {
728
for (const entry of entries) {
729
if (entry.isIntersecting) {
0 commit comments