test(avatar): decrease image size to speed up init

This commit is contained in:
Brandy Carney
2018-06-21 14:10:58 -04:00
committed by GitHub
parent 78a18a4057
commit 0e6498a112

View File

@ -10,7 +10,7 @@
<body>
<ion-avatar>
<img src="https://images.unsplash.com/photo-1485832329521-e944d75fa65e?auto=format&fit=crop&w=1950&q=80&ixid=dW5zcGxhc2guY29tOzs7Ozs%3D"/>
<img src="https://images.unsplash.com/photo-1485832329521-e944d75fa65e?auto=format&fit=crop&w=500&q=80&ixid=dW5zcGxhc2guY29tOzs7Ozs%3D"/>
</ion-avatar>
</body>
</html>