Set max width 100% for images

master
M66B 5 months ago
parent ad656072af
commit 33d1b98216

@ -465,6 +465,8 @@ public class HtmlEx {
out.append(((ImageSpan) style[j]).getSource()); out.append(((ImageSpan) style[j]).getSource());
out.append("\""); out.append("\"");
out.append("style=\"max-width: 100%; height: auto;\"");
if (style[j] instanceof ImageSpanEx) { if (style[j] instanceof ImageSpanEx) {
ImageSpanEx img = (ImageSpanEx) style[j]; ImageSpanEx img = (ImageSpanEx) style[j];
int w = img.getWidth(); int w = img.getWidth();

Loading…
Cancel
Save