After I get a user's fb profile pic from the login process. I want to be able to make it to fill the card. No matter what height and width I use, the pic is distorted unless I use it at a very small size. How do I know if my pic is a vector or a raster? I know that when you stretch raster images they distort. there a way to convert the pic into a vector image once I get it from the fb login results?
<ion-item>
<img src="{{event.hostPhoto}}" height="200" width="100">
</ion-item>
</ion-card>
You can ask fb for the 200 * 150 sized image: