Hi there, i have Venture theme, and i have a problem with lazyloaded images on product.description.
the thing is, the rich-text allways put src=“https://cdn” in images like html below

how i remove this? i want only :
i tryed :
{%- assign description = product.description | replace: 'src=', 'class="lazyload" data-src=' -%}
{{ description }}
but the src=remains.
and this is a red flag in lighthouse.
thanks in advance.