Skip to content

Broken cover image (TEMP FIX)Β #3793

@R3-b0ot

Description

@R3-b0ot

πŸ” Have you checked Spicetify.app page for your issue?

  • I have checked the FAQ

πŸ” Is there already an issue for your problem?

  • I have checked older issues, open and closed

β„Ή Environment / Computer Info

- Spotify version:Spotify for Windows (64 bit)
1.2.86.502.g8cd7fb22
- Spicetify version:
Spicetify v2.43.1
xpui-snapshot_2026-03-25_1774429617935_8cd7fb2
cef_144.0.11+ge135be2+chromium-144.0.7559.97
Runtime: Chrome

πŸ“ Description

If you’ve noticed that your "Now Playing" cover art looks like a squashed rectangle instead of a crisp square after the recent update, you aren't alone. This is caused by a change in how the container handles aspect ratios in the latest UI version.

Image

πŸ” The Problem

In the latest versions, the internal CSS for .main-nowPlayingView-coverArtContainer is defaulting to:aspect-ratio: 16 / 5;This is far too wide for standard album art, which is designed to be a $1:1$ square.

Fortunately, there is a temporary CSS fix that restores the classic look in seconds.

πŸš€ Step-by-Step Instructions

Open the Marketplace: Click on the Marketplace tab in your Spotify sidebar.

Go to Snippets: Click on the Snippets tab (usually found at the top or within the Marketplace menu).

Image

Add New CSS: Click the + Add CSS button.

Fill in the Snippet Details:

Custom CSS: Paste the following code:

CSS

.main-nowPlayingView-coverArtContainer {
  aspect-ratio: 16/16;
}

Snippet Name: Give it a clear name like ALBUM-COVER-FIX-TEMP.

Description: (Optional) Something like "Forces the Now Playing cover art to stay square."

Save: Click Save CSS.

Image

πŸ“Έ Screenshots

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions