Larger LastFM artwork

This commit is contained in:
James Barnsley
2017-04-07 15:12:44 +12:00
parent 67036e6087
commit fce7f7044f

View File

@ -150,7 +150,7 @@ class Artist extends React.Component{
<div className="body about">
<div className="col w40 tiles">
{this.props.artist.images_additional ? <div className="tile thumbnail-wrapper"><Thumbnail size="large" canZoom images={this.props.artist.images_additional} /></div> : null}
{this.props.artist.images_additional ? <div className="tile thumbnail-wrapper"><Thumbnail size="huge" canZoom images={this.props.artist.images_additional} /></div> : null}
{this.props.artist.followers ? <div className="tile"><span className="text"><FontAwesome name="users" />{this.props.artist.followers.total.toLocaleString() } followers</span></div> : null}
{this.props.artist.popularity ? <div className="tile"><span className="text"><FontAwesome name="fire" />{this.props.artist.popularity }% popularity</span></div> : null}
{this.props.artist.listeners ? <div className="tile"><span className="text"><FontAwesome name="headphones" />{ this.props.artist.listeners.toLocaleString() } listeners</span></div> : null }