bstascavage / plexReport

Scripts to generate a weekly email of new additions to Plex
67 stars 17 forks source link

Poster art for TV shows is too large in some email clients #41

Closed troycarpenter closed 9 years ago

troycarpenter commented 9 years ago

The poster art used for the TV shows looks to be rendering at full size, whereas the poster art for movies seems right-sized.

I see this when using Outlook. One other user in the Plex forum reports (with screenshots) the same issue using Thunderbird.

I have not seen the issue when using Roundcube, a web-based email client. Perhaps that's because the email client is purposely resizing the images to fit on the screen better, but that is speculation.

StevenDTX commented 9 years ago

I just wanted to throw this out there. If you feel it isnt relevant, this post can be deleted.

For grins, I put together a quick PowerShell script that output some HTML and sent an email. Even though the photo size is clearly spelled out in the html code, Outlook made it full size. I tried it on three different clients. So, it looks like Outlook does some screwy stuff.

troycarpenter commented 9 years ago

Great feedback. If the correct HTML code is there (which I suspect it is because other clients seem to render correctly), there's nothing that can be done.

bstascavage commented 9 years ago

Every email client does their own thing when rendering HTML in emails. It is sorta like the wild, wild west.

The Thunderbird thing is an old bug that is now fixed. As stated before, however, it is a slippery slop when it comes to supporting multiply email clients, as each one needs its own tweaks, and regression testing with every new update. That, combined with Outlook not being free, makes me not want to support any additional email clients at this time.