add_filter( 'et_pb_blog_image_width', 'custom_blog_image_width' );
add_filter( 'et_pb_blog_image_height', 'custom_blog_image_height' );
function custom_blog_image_width($width) { return '9999'; }
function custom_blog_image_height($height) { return '9999'; }add_filter( 'et_pb_blog_image_width', 'custom_blog_image_width' );
add_filter( 'et_pb_blog_image_height', 'custom_blog_image_height' );
function custom_blog_image_width($width) { return '9999'; }
function custom_blog_image_height($height) { return '9999'; }