How to Stop Automatic jpeg Compression in Epik Theme

Homepage Community Forums Epik Theme Support How to Stop Automatic jpeg Compression in Epik Theme

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #12402
    JohnP
    Customer

      I’ve tried 2 php solutions to stop WP from automatically compressing jpegs…

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

      and

      filter(‘jpeg_quality’, function($arg){return 100;});
      add_filter( ‘wp_editor_set_quality’, function($arg){return 100;} );

      but neither seem to work with the Epik Theme.

      Anyone know of a solution?

      Many thanks

    Viewing 1 post (of 1 total)
    • You must be logged in to reply to this topic.