• I would like to prevent image compression on a self hosted www.remarpro.com site. The site is image content heavy and I prefer quality over compression optimization and can compress them myself if I need to.

    I have had to host the images in another folder on my site and link the URL’s but my template displays only WP images as featured images and they look horrible.

    Could you PLEASE advise me as to how I can edit my WP so that it does NOT compress my images? All of the forum info I am finding on this subject is 2 years older or longer. The older php function edits have not worked …

    Example adding “add_filter( ‘jpeg_quality’, create_function( ”, ‘return 100;’ ) );” to theme functions.

  • The topic ‘Preventing Image Compression’ is closed to new replies.