@@ -7,7 +7,7 @@ function stopShimmer($node) {
|
||||
}
|
||||
|
||||
export function imgLazy() {
|
||||
const $images = $('#core-wrapper img[data-src]');
|
||||
const $images = $('main img[data-src]');
|
||||
|
||||
if ($images.length <= 0) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user