Viewing 6 replies - 1 through 6 (of 6 total)
  • are you using the shortcode or widget?

    Thread Starter CarlosCanvas

    (@carloscanvas)

    Eric,
    im using a shortcode.

    Plugin Author rollybueno

    (@rollybueno)

    Hi CarlosCanvas,

    You can change the thumbnail size on your own by editing the core plugin and keep in mind that if you decided to change the thumbnail size in shortcode, you have to change both masonry-brick class and item-holder class.

    Thanks

    Hey rollybueno,

    I am using the widget and the variable I enter into the “Picture Size” field does not produce any changes in the thumbnail.

    What is the solution to changing thumbnail size? If it’s in the core plugin, which line should I edit?

    Thank you so much! Love the plugin ??

    Was having this same issue, ended up being a CSS rule from the theme setting images to a width of “auto”.

    Overriding that in the CSS file with the height and width I wanted fixed it for me. Setting the images to 100% (the default) or “inherit” didn’t work, so this seemed to simplest solution.

    Hope it helps.

    Thanks smallblockzach!

    That actually worked, but it ended up overriding the rest of the site’s CSS when I inserted it into the plugin’s custom CSS settings.

    I guess this is more of a CSS noob question then. How can I make this snippet override the theme’s settings but only be constrained to the Simply Instagram widget:

    .row .col img {
        height: auto;
        width: auto;
    }

    Thanks!

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