Is there a way using CSS to scale elements. For example, if I have an image, how can I say
img.height = image.height * 0.75 // scale down to 0.75
using CSS?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try this:
Should work in: Firefox 3.5, IE 5.5+, Opera, Safari 4, Chrome
Edit:
You should also add
-webkit-transform: scale(0.75);for Chrome and Safari, although latest versions supportszoom