I made a little animated logo reveal in KeyShape, exported it as Keyshape JS animation and then imported it as an HTML embed. Works perfectly, except for some reason the SVG is super pixelated in Chrome, look fine in Safari.
Does anyone know of a way to get it to render properly in Chrome?
@Wouter_Schreuders its because of the scaling you have on the html-embed… remove that and then instead of width 250px put that as the width you’d like it to display and then probably also set a max width on that to 100% so it downscales on mobile.