Skip to content

Commit 16631b2

Browse files
authored
readme: consistent screenshot sizes
1 parent 3ab19b3 commit 16631b2

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,35 @@ Output from some of the examples:
88

99
Test lazy loading strategy by seeing CSS/JS code coverage usage across page load.
1010

11-
<img width="741" alt="screen shot 2018-02-26 at 10 20 41 am" src="https://user-images.githubusercontent.com/238208/36687690-2de2bbaa-1adf-11e8-912b-e21cda0160ce.png">
11+
<img width="500" alt="screen shot 2018-02-26 at 10 20 41 am" src="https://user-images.githubusercontent.com/238208/36687690-2de2bbaa-1adf-11e8-912b-e21cda0160ce.png">
1212

1313
### [verify_sw_caching.js](./verify_sw_caching.js)
1414

1515
Verify all the resources you expect are being cached by a service worker for offline.
1616

17-
<img width="623" alt="screen shot 2018-03-01 at 5 09 32 pm" src="https://user-images.githubusercontent.com/238208/36878494-1b4098d6-1d74-11e8-93d2-492e3b2f1877.png">
17+
<img width="500" alt="screen shot 2018-03-01 at 5 09 32 pm" src="https://user-images.githubusercontent.com/238208/36878494-1b4098d6-1d74-11e8-93d2-492e3b2f1877.png">
1818

1919
### [google_search_features.js](./google_search_features.js)
2020

2121
Gut check your page to make sure it renders correctly for Google Search.
2222

23-
<img width="747" alt="screen shot 2018-03-07 at 12 50 32 pm" src="https://user-images.githubusercontent.com/238208/37125450-804ad8c0-2221-11e8-8c96-7c5af582778f.png">
23+
<img width="500" alt="screen shot 2018-03-07 at 12 50 32 pm" src="https://user-images.githubusercontent.com/238208/37125450-804ad8c0-2221-11e8-8c96-7c5af582778f.png">
2424

2525
### [speech.js](./speech.js)
2626

2727
Make your browser talk.
2828

29-
[![Speech demo is action](http://img.youtube.com/vi/v5ZXRgzR7Wc/0.jpg)](https://www.youtube.com/watch?v=v5ZXRgzR7Wc)
29+
<a href="https://www.youtube.com/watch?v=v5ZXRgzR7Wc" target="_blank">
30+
<img width="500" alt="Speech demo in action" src="http://img.youtube.com/vi/v5ZXRgzR7Wc/0.jpg">
31+
</a>
3032

3133
### [pacman.js](./pacman.js)
3234

3335
Play the Google Pac-Man Doodle.
3436

35-
[![Playing Puppeteer Pacman](https://user-images.githubusercontent.com/238208/38574488-c45df5a0-3cad-11e8-90fe-001afc2d4625.png)](https://youtu.be/5CihR6Z9sX8)
37+
<a href="https://youtu.be/5CihR6Z9sX8" target="_blank" title="">
38+
<img width="500" alt="ePlaying Puppeteer Pacman" src="https://user-images.githubusercontent.com/238208/38574488-c45df5a0-3cad-11e8-90fe-001afc2d4625.png">
39+
</a>
3640

3741
### [element-to-pdf.js](./element-to-pdf.js)
3842

0 commit comments

Comments
 (0)