• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/assets/preprocessing/lazyload.php
  • Класс: BitrixLandingAssetsPreProcessingLazyload
  • Вызов: Lazyload::createPlaceholderImage
protected function createPlaceholderImage(int $width, int $height): string
{
	return "data:image/svg+xml;base64,".base64_encode('');
	// return "https://cdn.bitrix24.site/placeholder/{$width}x{$height}.png";
}