• Hi,
    is it possible to change the thumbnail dimensions when embed an album?
    Now a thumb is 60px, I need it to be 130èx*130px, Ho Can i do?

    Thank you very much

Viewing 1 replies (of 1 total)
  • Hi,
    To increase thumbnails size :
    1) Open the “default.css” file in the wp-content/plugins/wp-embed-facebook/templates/default directory
    2) Find the following string :
    img.thumbnail{border:1px solid gray;border-radius:2px;height:60px !important;margin:1px;padding:2px;width:60px !important}
    3) Deleting the “height:60px !important;” and “width:60px !important” strings allows to have the standard size of the Facebook thumbnails (it seem’s to be 136 px max). On the way, the thumbnails aren’t distorted any more 🙂
    You could also replace “60px” on “height” and “width” by the value you want (with the risk of seeing big pixels).

Viewing 1 replies (of 1 total)

The topic ‘change the thumbnail width and height’ is closed to new replies.