tianyun hai 1 ano
pai
achega
fec16d4ae9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      simple-demo/send_memos.html

+ 1 - 1
simple-demo/send_memos.html

@@ -372,7 +372,7 @@
                     resourceMap[item['id']].forEach(internal_path => {
                     resourceMap[item['id']].forEach(internal_path => {
                         // 创建img
                         // 创建img
                         let img = document.createElement('img');
                         let img = document.createElement('img');
-                        img.src = `https://memos_assert.tianyunperfect.cn/${internal_path}`;
+                        img.src = `https://memos_assert.tianyunperfect.cn/${internal_path}?width=150`;
                         img.style.maxHeight = '200px';
                         img.style.maxHeight = '200px';
                         img.style.maxWidth = '200px';
                         img.style.maxWidth = '200px';
                         img.style.margin = '10px';
                         img.style.margin = '10px';