Previously the fanart could be too big for the dialog. Now we
scale to fit the dialog.
We use 'cover' which can make the image slightly exceed the
dialog dimensions, compared to 'contain' which would leave
space at the top/bottom if the fanart is an odd dimension.
The 'cover' seems better with the fanart I've seen so far.
'position': 'relative',
'width' : '100%',
'height': '100%',
+ // This causes background image to scale on css3 with aspect ratio, image
+ // can overflow, vs. 'contain' which will leave blank space top+bottom to
+ // ensure image is fully displayed in the window
+ 'background-size': 'cover',
});
} // Have fanart div