Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Imagely

    (@imagely)

    Hi @sfoerg,

    It appears that your widget is set to display thumbnails that are very small (30×30) pixels and the browser or the theme defaults <img> elements to a minimum of 150 pixels width.

    You should be able to resize the thumbnails from the widget’s settings and force it display the implicit size adding the following CSS rule to “Appearance -> Customize -> Additional CSS”

    .ngg-widget img {
    width: auto !important;
    }

    • This reply was modified 2 years, 2 months ago by Imagely.
    • This reply was modified 2 years, 2 months ago by Imagely.
    Thread Starter sfoerg

    (@sfoerg)

    Thank you, the pictures are now not blurred anymoe but super tiny. the other galleries are the right size. I also reuploaded them in big size but it seems they get automtically resized. I cannot find any settings for this in the gallery settings.. do you know why this could be?

    thanks for your imput!

    Plugin Contributor Imagely

    (@imagely)

    @sfoerg,

    It should allow you pick the thumbnails’ size when you edit the widget’s settings from “Appearance -> Widgets”. If you add the widget via a third party builder, it may not allow you change the settings and we recommend using a regular “NextGen Gallery” block or shortcode instead of the widget to be able to control the thumbnails’ size better.

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