surekap / MMM-ShairportMetadata

AirTunes metadata module for MagicMirror
MIT License
18 stars 11 forks source link

How to properly display Album photo based on its width #8

Open xuepgao opened 5 years ago

xuepgao commented 5 years ago

@surekap

Thank you for providing us this faddish module!

In this module, the album photo size is in a fixed 200x200. But not all album photos are square. How to properly display album photos based on its width (e.g., 300x200)?

Could you give me some suggestions? Thanks in advance.

TomKowalczuk commented 4 years ago

In the MMM-ShairportMetadata.js file, change imgtag.setAttribute('style', "width:100px; height:100px;"); to imgtag.setAttribute('style', "width:100px; height:100%;");