• nina19

    (@nina19)


    The photos on my website have an obvious loss of quality (unsharp). Even though it is exact same size and saved for web. What can I do to solve it

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

Viewing 1 replies (of 1 total)
  • Kartik Shukla

    (@kartiks16)

    Hello Nina,

    Might be it reduces image quality on upload when processing. Your theme templates are designed to use a specific copy of your uploaded image that is scaled or cropped (or both) for the best fit and most efficient load time, so those copies will look different from the original if compression is a problem.

    if you want to prevent WordPress from compressing files or increase how much it compresses files, you can make a change to functions.php in your Theme, or install a plugin to manage the compression level such as WP Smush.it (recommended if you do not have WordPress development experience)

    Also try adding define( ‘DISABLE_WP_CDN’, true ); in your wp-config file.

    Hope this helps.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Photos lose of quality’ is closed to new replies.