VL
Size: a a a
VL
C
АК
ИЛ
VL
АК
ИЛ
VL
VL
ad
ad
AL
NM
C
function modulename_preprocess_image(&$vars) $vars['attributes']['loading'] = 'lazy';
NM
/**
* Implements hook_preprocess_HOOK() for 'image.html.twig'.
*/
function MYMODULE_preprocess_image(array &$variables) {
$variables['attributes']['loading'] = 'lazy';
$variables['attributes']['decoding'] = 'async';
}
VS
function modulename_preprocess_image(&$vars) $vars['attributes']['loading'] = 'lazy';
NM
VS
NM