Increase episode image size

Add this code to the Custom CSS field on your Podcast Player widget’s Style tab:

[class^='PlaylistItem__PlaylistItemComponent-sc-'] [class^='Image__ImageContainer-sc-']{
    height: 75px;
    width: 75px;
}