Is there a reason to use SVG when not in need scaling "up" an image? -


i talked programmer. said absolutely neccessary use svg all graphic elements on web-page best result. i have jpg image not need scale (that 500px width , 200px height). have scale down when coming mobile devices. replacing jpg svg effect? better?

there absolutely no need use svg in images. svg vector format, best suitable icons or other relatively simple images.


Comments

Popular posts from this blog

Unlimited choices in BASH case statement -

Redirect to a HTTPS version using .htaccess -

javascript - jQuery: Add class depending on URL in the best way -