On Spotify for Creators, we are able to upload landscape cover art for episodes. This would allow for more useful use of blank space in the podcast playlist section
1 Like
Hi there, @Brian_Krebs and welcome aboard ![]()
You can upload the landscape images to the widget and make the image container rectangular using this code in the Custom CSS field on the Style tab of your widget’s settings:
[class*="Full__ImageContainer-sc"] {
height: 75px;
width: 175px;
}
[class^='PlaylistItem__PlaylistItemComponent-sc-'] [class^='Image__ImageContainer-sc-'] {
height: 75px;
width: 175px;
}
Give it a shot and let me know if it worked for you ![]()
