I'm getting the user cover photo using Facebook SDK. I have the path to the img and the offset y.
"source": "http://a5.sphotos.ak.fbcdn.net/hphotos-ak-ash3/526114_459046674110601_992101492_n.jpg",
"offset_y": 19
The div where i put the image have 300px height; and right background position is center -146px;
. How to calculate the top value
when I have 300 and 19 ?