I have a loop-animation on a website and it looks great on the desktop. But on mobile displays the image looks blurry. It’s originally SVG but I’ve tried PNG x4 and literally nothing works. The svg file was made in figma. How can I fix it?
It sounds like you may have some effect applied to the svg file which can sometimes cause blurriness. Specifically the scale property. If this is the case, try using the size property instead.
Added read-only link, please have a look.
I didn’t add any effects to the svg, only the mask for the logos, so it’s basically a group of logos under the color mask. Can this be an issue somehow and if yes how can I fix this?
The SVG you pasted is sooooooo huuuuuge. To be honest I have never seen such a big image. Almost 27000 px width . Also the weight is too big, almost 2MB.
I recommend to use Figma or Illustrator. Create a separeted frame for each logo. I recommend size 160 px width, 80 px height. After export of all the logos import them to Webflow. Create a div and paste there an image. Create as many images as many logos you have. On the div use Flex:horizontal and gap 1rem. Add Webflow native interactions. Done.