A
Size: a a a
A
S
images.each(function(index) {
this.src = $(this).attr('data-src');
});
A
S
A
A
S
<img loading="lazy" data-src="url">Такие img будут изначально на странице.
A
<img loading="lazy" data-src="url">Такие img будут изначально на странице.
S
SN
A
SN
J
J
images.each(function(index) {
this.src = $(this).attr('data-src');
});
ВВ
ВВ
A
КК
КК