Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Robin Cornett

    (@littlerchicken)

    You can remove and replace the image size with something like this:

    add_action( 'init', 'genesis_sample_change_image_size' );
    function genesis_sample_change_image_size() {
    	remove_image_size( 'displayfeaturedimage_backstretch' );
    	add_image_size( 'displayfeaturedimage_backstretch', 2560, 2560, false );
    }

    HTH and happy Thanksgiving!

    Thread Starter amazemedia

    (@amazemedia)

    Thank you, very much appreciated. Have a blessed Thanksgiving as well.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Max image width’ is closed to new replies.