Force width and height on song art
This commit is contained in:
parent
02a00dda5f
commit
54b83c229f
@ -66,7 +66,9 @@ export default class SongInfo extends Component {
|
||||
return (
|
||||
<div className={styles.songInfoContainer}>
|
||||
<Image
|
||||
alt="Song art-work"
|
||||
width={180}
|
||||
height={180}
|
||||
alt="Song artwork"
|
||||
src={songArt}
|
||||
loading="lazy"
|
||||
placeholder="blur"
|
||||
|
Reference in New Issue
Block a user