• Resolved Michael Scrip

    (@michaelscrip)


    This is a great plugin! However… the thumbnails seem too zoomed in on the photo. In other words… they seem to focus somewhere in the center of the image and don’t represent the whole image in the thumbnail.

    Is there any way to adjust the way the plugin creates its thumbnails?

    I can make the thumbnails bigger and it does look a little bit better… but I prefer the smaller thumbnails.

    Here’s an example: http://www.ccaclog.com/facebookphotostest/

    As you can see… the thumbnail cuts off people’s heads… even in a landscape photo where there is plenty of area around the subject.

    Any advice?

    https://wordpress.org/plugins/srizon-facebook-album/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author afzal_du

    (@afzal_du)

    Hi,
    You can solve it in 2 ways.
    1. increase the thumb size from the backend
    2. change the css to fit the image on the box
    for option 2
    edit this file:
    wp-content/plugins/srizon-facebook-album/css/srzfbstyles.css
    find this css block

    div.imgboxblack{
    ...
    ...
    }

    add a new style there

    div.imgboxblack{
    ...
    ...
    background-size: 100%; /*you can make it 80% or 90%... whatever suits you*/
    }

    Thanks!

    Plugin Author afzal_du

    (@afzal_du)

    btw, background-size: 155%; works best for your current thumb size

    Thread Starter Michael Scrip

    (@michaelscrip)

    Thank you! That worked perfectly!

    http://www.ccaclog.com/facebookphotostest/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Thumbnail Problem’ is closed to new replies.