Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

square Facebook pictures

Tags:

Using Graph API I can get small, large, medium pictures. Or I can get small square picture.

But how can I get large square picture? Is there any service I can use?

like image 263
Sergey Avatar asked Apr 26 '11 21:04

Sergey


People also ask

How do I make my Facebook picture square?

Go into Crop Mode by pressing the C key on your keyboard. The top bar will now show all the different options associated with the Crop Mode. Click the Ratio menu and select the Facebook Cover option. If you wish to frame the photo within the crop area, simply click and drag the photo as desired.

Can you post a square image on Facebook?

Facebook feed posts are flexible — you can upload media in almost any aspect ratio to your Feed. Facebook supports images from square to horizontal (and everything in between). For optimal viewing on mobile, it's best to use vertical images with an aspect ratio of 4:5 and 1200 x 1500 px.

Do Facebook photos have to be square?

The good news is that you don't have to upload a circular image, something that would be a bit of a pain to create. Instead, you can upload any regular rectangular or square image. Whatever shape the image is that you upload, it will be cropped to a circle when it is displayed.

What are the best dimensions for Facebook photos?

Best image sizes for Facebook The Facebook recommended image size for sharing images and sharing links with an image is 1,200 x 630 pixels. Whether you're sharing landscape, portrait, or square images, Facebook will resize it to 500 pixels wide and scale the height accordingly.


1 Answers

Simple, I just found this out.

Example,

https://graph.facebook.com/friends_Id/picture?width=200&height=200

tada~

like image 152
VHanded Avatar answered Oct 31 '22 22:10

VHanded