Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have extracted the user's facebook profile photo.

My question is: How is it possible that upon clicking a button, the user's facebook profile photo will be in the coords="4,25,33,54"? How to echo the picture into this coordinates?

Thank you all for the time and effort.

share|improve this question
1  
What have you tried? – Bono Jun 22 '12 at 10:53
I did.. but i dont know how to. ): Very very weak at this.. – Yeo Jun 22 '12 at 11:18

1 Answer

You could use CSS to clip the image when it’s displayed. The image has to be absolutely positioned to do that, and the bottom and right coordinates have to be computed, from the upper left corner of the image.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.