Trying to resize (enlarge) an image with animate().
Didn’t manage to resize it from center – always resizes from the top-left corner.
Is there a way to resize (enlarge) it from a centered registration point?
Negative margins/positions didn’t work.
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.
You will probably need to adjust the top and left position as you resize the image to give the effect of it resizing from the center, which means you will need to position it absolutely for the position change to take effect.