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.
In the MMM-ShairportMetadata.js file, change
imgtag.setAttribute('style', "width:100px; height:100px;");
to
imgtag.setAttribute('style', "width:100px; height:100%;");
@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.