• Resolved po64

    (@po64)


    Здравствуйте! Объясните пожалуйста как установить значение, выходящее за пределы 5 значений сжатия изображений, с помощью фильтра?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Pedro

    (@petredobrescu)

    Hello @po64,

    Here’s how you can use the filter we have recently introduced in our plugin. You need to add the following line to your theme’s functions.php file, or by using a plugin like Code Snippets:

    add_filter( 'resmushit_image_quality', function() { return 90; } );

    Feel free to change 90 to a quality level suitable to your needs.

    Best wishes!

    Thread Starter po64

    (@po64)

    Привет! Спасибо большое за быстрый ответ. Фильтр работает. Но интересно знать для чего Вы убрали регулировку уровня качества в ручную. Было очень удобно выставлять уровень качества в ручную в настройках Вашего плагина. Может быть можно добавить шестую кнопку для выбора уровня качества в ручную.

    +1 on adding an option that also allows choosing the value manually.

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