我已经接管了Wordpress网站的维护工作。我的前任创建了一个自定义的“image\\u send\\u to\\u editor”函数,用于将图像添加到帖子中。以这种方式添加的所有图像都是“完整”大小且没有响应(无srcset)。
我需要一些方法来解决这个问题。所有图像的大小都应为“大”,并具有srcset属性。
我已经删除了自定义的“image\\u send\\u to\\u editor”功能,所以新图像就可以了。
对image\\u send\\u to\\u editor函数的输出进行编码:
<a class="lightBox" href="https://mydomain/image-1-1.jpg" rel="attachment op-att-5784" data-relation="group">
<img class="op-att-5784" src="https://mydomain/image-1-1.jpg" alt="image alt text" width="1280" height="720" data-headline="" data-description="" />
</a>
image\\u send\\u to\\u编辑器只是为图像创建html代码,然后将其添加到帖子中,然后将帖子存储在数据库中。