SlimDayspring
SlimDayspring2mo ago

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
Coach 40
Coach 402mo ago
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.
SlimDayspring
SlimDayspringOP2mo ago
Got it. Yeah I tried but I’ll need to mess with it a little more

Did you find this page helpful?