When the front end renders the background data picture and text mixed, the picture inside is deformed? What are we going to do?

because all the content here is output by the background rich text editor
the rest of the images are normal, only this one.
what to do? can only upload normal size when uploading pictures?


shouldn't you write the style of the picture container in the dom structure? No matter what size the picture is, it will adapt to the style of the container


img{
    width: 100%;
    height: auto;
}

Hello. Have you solved the problem?

Menu