Merge branch 'refs/heads/develop'
Showing
2 changed files
with
2 additions
and
2 deletions
@@ -497,7 +497,7 @@ export default { | @@ -497,7 +497,7 @@ export default { | ||
497 | this._resourceImgWatcher = null; | 497 | this._resourceImgWatcher = null; |
498 | } | 498 | } |
499 | }, | 499 | }, |
500 | - sizeImg(src, width = 720, height = 144) { | 500 | + sizeImg(src, width = 720, height = 288) { |
501 | if (src) { | 501 | if (src) { |
502 | return getImgUrl(src, width, height); | 502 | return getImgUrl(src, width, height); |
503 | } | 503 | } |
-
Please register or login to post a comment