Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
csfwff committed Oct 16, 2023
2 parents 4bf0866 + 14bd0d3 commit a1cabe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/b3log/symphony/util/Images.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public static String qiniuImgProcessing(final String content) {
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/webp/interlace/1\"");
}

return ret;
Expand Down

0 comments on commit a1cabe5

Please sign in to comment.