product.descritption lazyload rich-text fail

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


![camera9.jpg?v=1634157726|400x400](upload://z2mLopI6bXGYWbVtr5xRlr4Hcjp.jpeg)

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.

is base html code , so if you try to delete src ,it cant walk ,you can set src=“” , data-mce-src is mean if the image url is empty or it is bad image link,then will use data-mce-src value.