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 (
|
return (
|
||||||
<div className={styles.songInfoContainer}>
|
<div className={styles.songInfoContainer}>
|
||||||
<Image
|
<Image
|
||||||
alt="Song art-work"
|
width={180}
|
||||||
|
height={180}
|
||||||
|
alt="Song artwork"
|
||||||
src={songArt}
|
src={songArt}
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
placeholder="blur"
|
placeholder="blur"
|
||||||
|
Reference in New Issue
Block a user