Commit 0b5e2b64 authored by Liang Ding's avatar Liang Ding

🐛 Fix #12708

parent 9f5bdfde
......@@ -61,7 +61,7 @@ public final class Images {
continue;
}
ret = StringUtils.replace(ret, imgSrc, imgSrc + "?imageView2/2/w/768/format/webp/interlace/1");
ret = StringUtils.replace(ret, imgSrc, imgSrc + "?imageView2/2/w/768/format/jpg/interlace/1");
}
return ret;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment