Hi,
could somebody please tell me how to correctly adjust size of an ion-thumbnail in a construct like this?
<button ion-item>
<ion-thumbnail item-left>
<ion-img src="/img/thumbnail-img.png"></ion-img>
</ion-thumbnail>
</button>
Currently it takes 80x80px, but I’d like to limit this to e.g. 50x50px, but it seems quite complicated and I don’T think messing around with multiple items via css is the way to go here?
Thanks!