瀏覽代碼

Reduce image size

Matt Raible 7 年之前
父節點
當前提交
bd919578e9
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3
    1
      TUTORIAL.md

+ 3
- 1
TUTORIAL.md 查看文件

@@ -522,7 +522,9 @@ Update `beer.html` to display the image retrieved:
522 522
 
523 523
 If everything works as expected, you should see a page similar to the one below in your browser.
524 524
 
525
-![Good Beers UI](./static/good-beers-ui.png)
525
+<p align="center">
526
+<img src="./static/good-beers-ui.png" width="300" alt="Good Beers UI">
527
+</p>
526 528
 
527 529
 ## PWAs with Ionic
528 530