Skip to content Skip to sidebar Skip to footer

Is There A Way To Scale Background-image Style?

If I put the regular img tag in html, I can basically specify width and height and browser will scale the image. As long as dimensions are not too far off from the original, the re

Solution 1:

This is only possible in CSS3 using the background-size property. See spec and compatibility table.


Post a Comment for "Is There A Way To Scale Background-image Style?"