ndiego / icon-block

Effortlessly add SVG icons and graphics to your website.
https://nickdiego.com/projects/icon-block/
GNU General Public License v2.0
104 stars 14 forks source link

Responsive support #14

Closed zigojacko closed 1 year ago

zigojacko commented 2 years ago

Is there no support for mobiles/tablets? I'm not sure how to scale the icons for smaller screens...

zigojacko commented 2 years ago

Ah I see, if we use the icon width, then this populates the viewbox but when you set a percentage below this, the icons don't seem to scale... 🤷‍♂️

ndiego commented 1 year ago

19 Should resolve this as you can now set the width of an icon using a variety of units, including %, vh, and vw. #20 also adds the same for height. Both PRs will be included in v1.4.0 due out next week.