I have an image:
<img src="my_image.png"/>
And I want it to increase its width and height respectively, but origin should have from center. Because generally when the image size increases, the origin is in the top-left corner.
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.
I think image origin means-some peoples said it pivot . It’s like a gravity center. When we increase image width, while increasing the top – left corner of image remains constant and width increases towards right corner, same height increases towards bottom,
He want to increase height and width from center, not from RHS or bottom
I think final solution is to use JQuery