HTML emails in Outlook 2016 is ignoring width: auto;
. This doesn't happen with the latest Outlook 365 email client; it works as expected using Outlook 365 email client. I tried searching for a solution using a Google search; however, the the issues/solutions reported seem to be a bit different than the issue I'm having. Also, my HTML authoring skills is very limited currently to adapt a solution for my case.
I was hoping someone could offer the simplest solution to achieve the same result as width: auto;
in my html code below. I would prefer to keep the code as close to the example I have as possible.
<HTML><BODY><a href="https://www.youtube.com/watch?v=GtWEB9L-ynY " target="_blank" /><span style="font-size:13.0pt;font-family:"Segoe UI",sans-serif">Final Unboxing Video and Channel Announcements<font size="1"><br><br></font><img src="https://i.ytimg.com/vi/GtWEB9L-ynY/maxresdefault.jpg" height="315" width: auto;></a><br><font size=1>Source: <a href="https://www.youtube.com/watch?v=GtWEB9L-ynY">https://www.youtube.com/watch?v=GtWEB9L-ynY<br></a></font><br><font size="2">Support The 8-Bit Guy on Patreon: <a class="comurl" href="https://www.patreon.com/8BitGuy1" target="_blank" rel="nofollow">https://www.patreon.com/8BitGuy1</a><br> Visit my website: <a class="comurl" href="http://www.the8bitguy.com/" target="_blank" rel="nofollow">http://www.the8bitguy.com/</a><br></span></font><br></BODY></HTML>