November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
EPiServer.Marketing.Testing 2.6.6
EPiServer.Marketing.Testing 2.6.7
May 14, 2021
Jun 15, 2021
Closed, Fixed and tested
Html2Canvas does not always produce expected results when multiple fonts are used in CSS class parameters. In particular, this can result in overlapped text when scaling the image.
Workaround:
Include an optional app settings parameter that can be used to override the font used in preview mode.
<appSettings>
...
<add key="EPiServer:Marketing:Testing:PreviewStyleOverride" value="font-family: 'Sans Serif'; background: grey; color: white; !important" />
...
<appSettings>