• Resolved scottermonk

    (@scottermonk)


    Thumbnails showing up as blurry. Is this part of this plugin or a WordPress thing?

    If I get the pro version, does it give me options for compression levels of thumbnails or does the plugin just pull from WordPress generated thumbs?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support vupdraft

    (@vupdraft)

    Hi,

    Can you take a screenshot of what you see?, the thumbnails do not look blurred to me.

    Thread Starter scottermonk

    (@scottermonk)

    Thanks for looking.

    What I did is set the default “medium” thumbnail image size to 340px in WordPress site settings and forced thumbnail compression to quality of 90 in functions.php in my child theme with

    add_filter('jpeg_quality', function($arg){return 100;});

    Plugin Support vupdraft

    (@vupdraft)

    You can also do this in the compressed images tab: https://snipboard.io/Rp7GDM.jpg

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.