Account created on 20 November 2023, 7 months ago
#

Recent comments

By deleting the twig file on the theme,  broke the site.

We updated the twig file, and the issue got fixed.

Thanks for the prompt response and your help.

That is from custom theme twig file.

themes->custom->theme_name->templates->system->image.html.twig

{#
/**
 * @file
 * Theme override of an image.
 *
 * Available variables:
 * - attributes: HTML attributes for the img tag.
 * - style_name: (optional) The name of the image style applied.
 *
 * @see template_preprocess_image()
 */
#}
<img{{ attributes }} class="lazyload" src="/sites/files/blank.gif" data-src="{{datasrc}}" />

There is no patches added related to the media or image.

Modules

Media
Media Library
Image
Blazy UI (Latest version)

On the source it is showing as

 

But when we save and look on the page, the src attribute on the img tag is "sites/files/blank.gif"

Production build 0.69.0 2024