Skip to content

Instantly share code, notes, and snippets.

@someguy9
Last active October 25, 2022 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save someguy9/7be6a94f728d2a74ae03d4cbf446aba5 to your computer and use it in GitHub Desktop.
Save someguy9/7be6a94f728d2a74ae03d4cbf446aba5 to your computer and use it in GitHub Desktop.
Disable image scaling in WordPress (Introduced in WordPress 5.3)
<?php
// Disable WordPress' automatic image scaling feature
add_filter( 'big_image_size_threshold', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment