org logo in support tickets
Is there a way to control the size of the logo in emails? I'm seeing varying sizes depending on the email reader.
2 Replies
Use Inline CSS because that’s the best one I found with outlook. And code defensively when it comes to that.
I this is what I do for example width="200" and style="width: 200px;": Set both the HTML attribute and inline CSS. Some email clients prioritize one over the other.
Got it. Yeah I tried but I’ll need to mess with it a little more