S
S
sinefighter2015-04-26 23:37:31
Media queries
sinefighter, 2015-04-26 23:37:31

How to resize icons in responsive design?

Hello, I'm interested to know how to do it better. There is an adaptive site, the site icons are in a sprite, the icons are resized at different screen resolutions, so here's how best to deal with resizing, there are options: use transform: scale (), push each icon into a separate image, or do completely different sprites (as For me, this is the worst option)?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yaroslav IKARUS, 2015-04-27
@yar-ikarus

There are several methods. Zoom , background-size , the same transform, but the most normal method is of course to resize images by hand, so there will be less interpolations. And here, in general, it’s still one sprite, a few more. After all, you can put several versions in one sprite.
So there are actually a lot of options.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question