• Hi!
    Fantastic plugin! Made it work with fancybox, and very happy with the results πŸ™‚

    One gripe, my gallery is over 600 thumbnails, and the page loads pretty slowly as a result. Is it possible to set the thumbnail quality lower (possibly in the source code)?
    If so, how do I go about this..?

    Thanks in advance

    https://wordpress.org/plugins/folder-gallery/

Viewing 1 replies (of 1 total)
  • Plugin Author vjalby

    (@vjalby)

    You may add

    $image-> set_quality( 60 );

    right before the line

    $image->save( $savepath );

    but the problem is with your gallery size! Pagination and/or “Lazy loading” would be solution, but I don’t have enough time right now to work on this…

Viewing 1 replies (of 1 total)

The topic ‘Thumbnail quality’ is closed to new replies.