how to Avoid height using for image (png to SVG)

If we have using a specific height for a image in zooming condition the image will be blurred for the quality will be break so for that first we need to change the png to svg image so svg will adjusting themselves according to the height

Solution:
First we have to try to change the dimensions of the image by png
if it was coming correct , then need to check the zoom in zoom out condition, if the image still blurred ,
we need to convert the same image to SVG format because the svg format will not breaking the image clarity
by using SVG image it will adjust themselves to the particular dimensions

Leave a comment

Your email address will not be published. Required fields are marked *