Viewing 1 replies (of 1 total)
  • Plugin Contributor photocrati

    (@photocrati)

    @pauloneves – There are two ways you can try this … first simply add some Custom CSS along the lines of:

    .ngg-gallery-list li img {
      height: 80px !important;
      width: 80px !important;
    }

    … but, if you want to be safer, you can create a custom template (copy the gallery-carousel.php template) and add a CSS class to the main <img> tag such as “carousel” then apply the more specific Custom CSS of:

    .ngg-gallery-list li img.carousel {
    height: 80px !important;
    width: 80px !important;
    }

    – Cais.

Viewing 1 replies (of 1 total)
  • The topic ‘resize Thumbnails’ is closed to new replies.