Viewing 1 replies (of 1 total)
  • @yair1515

    You can use the following code by adding it your active theme’s functions.php file to increase the number of unused images in the selection box

    add_filter( 'wpo_unused_images_per_page', function() {
         return 1000;
    });
Viewing 1 replies (of 1 total)
  • The topic ‘1521 Image size smaller than recommended size’ is closed to new replies.