Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author VeloMedia

    (@velomedia)

    Hello,

    And thank you for using our plugin. Unfortunately the current version doesn’t support image resizing but we are working on this and we’ll release a new version soon which will include this feature.

    For the moment you can change the thumbnails sizes by editing the CSS:

    div.easy-instagram-thumbnail-wrapper img.easy-instagram-thumbnail{
    width:200px !important;
    height:auto !important;
    }

    If you want to resize the thumbnails only for example in a sidebar you can do something like this:

    .sidebar_classname div.easy-instagram-thumbnail-wrapper img.easy-instagram-thumbnail{
    width:200px !important;
    height:auto !important;
    }
    Joshua

    (@joshuapalinggmailcom)

    Won’t doing it that way mean that a 150px image is stretched, making it look bad quality? Or is there a way to pull in an image that’s bigger than 150px?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change the size of the thumbnail’ is closed to new replies.