WordPress Image "Scaled" to Larger? How to prevent backwards image processing in WordPress

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 พ.ย. 2024

ความคิดเห็น • 2

  • @PanchoMarconi
    @PanchoMarconi 2 ปีที่แล้ว +1

    Nice tip on resizing. You can also disable Wordpress scaling with this snippet: add_filter( 'big_image_size_threshold', '__return_false' );

    • @LeverageWP
      @LeverageWP  2 ปีที่แล้ว

      Thanks Francisco, that's correct! For anyone reading, that would go in the wp-config.php file.