spothq / cryptocurrency-icons

A set of icons for all the main cryptocurrencies and altcoins, in a range of styles and sizes.

Home Page:http://cryptoicons.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix responsivness in some of the SVG icons

LeeviHalme opened this issue · comments

For example svg/color/ltc.svg has width="32" height="32" properties in the <svg> element. This prevents them to be scaled accordingly. If the size of the icon is less than 32px then it will overflow the container instead of scale to the correct size.

For the solution, I would remove all dimension properties from all colored svg icons.